
Search In
IBM has estimated that businesses in the United States lose $3.1 trillion a year simply because of bad data. This cost represents the amount of time and resources that are wasted when professionals and decision-makers have to work around errors or du
I am trying to select data from the sqllite3 database and insert them into the tkcalendar so the user can insert his event info (registration_check_date, car_type) and view them by clicking on the calendar specific colored date cell, I had converted
Hello!!
HTML 5 provides an API, called "Web SQL" API. It is new feature in HTML5 and it also helps to the developer for doing CRUD operation on the client side. It give the permission to client side for doing some operation:-
Create a D
How to convert XML data to SQL database table
Step 1 : Create a table named "tblStudent" in database by following query in which xml data is to be inserted
CREATE TABLE tblStudent
(
StudentId INT,
StudentName VARCHAR(


Let us start with the simple CRUD (Create, Read, Update and Delete) Application. Before we begin let me split the processes we are going to do this this blog into the following steps:
Creating the Database
Create models
Create controllers &
To connect slim apis with database follow the below steps:
1) Setup the slim enviornment in you system using the below URL.
http://findnerd.com/account/#url=/list/publishnode/18162/
2) Create a database name "slim".
3) Create a file und
Hello readers!. If you having the much of redundant/duplicate data growing in your database you can delete it with just a single query as I wrote here.
Let say I have a table Address and want to delete the all the duplicate records whose city colum
Using Auto installer in Joomla there is no requirement to create a database,upload files or configuration programs required. Using this it will reduce steps while installation and its fast to install and update. All will be done using auto installer
What is SOAK Testing ?
Soak testing is a kind of performance testing. This testing is also called endurance testing. This specify the constancy and accomplishment qualities beyond the expanded time period of any system. Soak testing is a kind of non
HABTM stands for Has And Belongs To Many.
Its is a cake php associations that we defined in a models for accesing associated data across different entities over the database tables.
Example - A product have more then one tags, and in the same case
