Way of preparing Database in SQLite
I want to make a database in SQLite command window in main database like a table is prepared in it. I don't want to prepare at its beginning with sqlite3 database name.db. I want to prepare it with create statement. Can anyone please explain how can I do that. Thanks.
Vikas MishraPosted Nov 23, 2011, 4:19 PM
you may follow the following link for creating db in sql lite:
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
thanks....