Raju Penmetsa <raju_pvsn2000-/[EMAIL PROTECTED]> wrote:
I downloaded all the Windows binary files of SQlite on the download page of sqlite.org. I extracted all of them into separate folders. Now, when I open sqlite3.exe in a DOS window and type - "sqlite3 new.db", it should create a new db if there is none already existing, right? It is not creating anything for me Or I am not able to find where it is creating one.
It delays actually creating the file until you create the first table. Run a valid CREATE TABLE statement.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------