I am beginner in sqlite. If anyone help me creating sqlite database in javascript it would be very greatful.
|
|
may this script help you.
|
||||
|
|
|
For what you want to use sqlite? in firefox you could get extension sqlite manager so there you could create database and tables...but if you are developing on ios you have to create entities in xcode hope it helps Wblade ++so I suggest you to use AJAX instead Javascript or php I find:
|
||||
|
Hi There are multiple ways to create a db using SQLite, as you know SQLite is very lightweight and very flexible of datastorage, the commands also are very easy to remember. I am a Windows XP User. In my system i have extracted the SQLite engine 3.X to C:\Ronald\Personal\epmc\JavaJ2EE u can some Editor like SQLiteBrowser, its very nice to work with. no extra framwork needed. Open a command prompt and point to the SQLite engine. In my case it was C:\Ronald\Personal\epmc\JavaJ2EE give the following command to create a DB
Once u give this automatically the database file will be created in the particular location. Then start creating tables like what you have done in Oracle or MySQL. Thanks Ronald Reagan Nathan |
|||
|
|
|
You can try the SQLite administrator: http://sqliteadmin.orbmu2k.de/ it is a good tool to have around anyway. |
|||
|
|