create new sqlite Db
Posted
by idober
on Stack Overflow
See other posts from Stack Overflow
or by idober
Published on 2010-04-13T13:22:08Z
Indexed on
2010/04/13
13:22 UTC
Read the original article
Hit count: 253
sqlite3
I am working on Mac os X.
I want to create a new sqllite DB.
I am using http://www.sqlite.org/quickstart.html as a refernce:
I am entering: sqlite3 test.db
and getting the response:
SQLite version 3.6.12 Enter ".help" for instructions Enter SQL statements terminated with a ";"
why is this happening?
© Stack Overflow or respective owner