Need of SQLite database in command window
Why we make SQLite database by .db extension in command window instead of file if both have same work. What's the main difference.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Monika AroraPosted Dec 1, 2011, 11:12 PM
Pravin MorePosted Nov 28, 2011, 8:05 AM
sqllite3 pravin.db -- this will create file for database if its not exist
but use of unassigned database file will not be allowed.so use .db firsttime.
and we know database name properly because in sqllite file may have any extension.
Thanks,
Pravin.