Re: [sqlite] convert a .sql file to a .db file

2013-01-12 Thread kevnm67
Thanks Simon! Ill try that out. -- View this message in context: http://sqlite.1065341.n5.nabble.com/convert-a-sql-file-to-a-db-file-tp66516p66521.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-users mailing list

Re: [sqlite] convert a .sql file to a .db file

2013-01-11 Thread Simon Slavin
On 11 Jan 2013, at 11:52am, kevnm67 wrote: > I'm new to sql and having trouble figuring out how can I convert my .sql > file to a .db file? Use a SQLite tool to dump to .csv format, then use a DB tool to import the .csv to DB format. Since this is a SQLite list, we can

[sqlite] convert a .sql file to a .db file

2013-01-11 Thread kevnm67
Hey everyone! I'm new to sql and having trouble figuring out how can I convert my .sql file to a .db file? I originally had the database made by someone who ran a python script on my .csv file and parsed the info into a .db file. Running this script has been inconsistent for me - yesterday AM it