News

These steps can only be performed in CDA Labs or by FTP In this guide, HOME will refer to your home folder on the server, the one containing public_html Create a DB folder inside your HOME Create a ...
Hope this will help you in starting up with the sqlite database in android and creating a table inside, go through it and please feel free to ask if you have any query. :) Visit my next blog to learn ...
Creating a book database using SQLite is simple. First, you need to create a table to store your book data. The example below creates a table called books with four fields: title, author, year and ...
This provides an outline of how to create a database in SQLite. Specifically this database provides information on all matches of the 2013-14 English Premier League season.
Create database classhere is an example to create database using sqlitehelper class in android. we are creating a database with the name "detail" and having 4 columns as :-key, name, city and ...