04-28-2011 11:32 PM
Hey guys,
I've been able to work with the .db file type using the SQLite commands in AS, however I now have a .sql file that I would like to read from. Is there anyway to read the .sql file? I'm currently getting an error stating that this is not a valid database type.
If there isn't a way to read a file with a .sql extension, does anyone know of a way to convert it to the .db file type?
Thanks in advance,
Solved! Go to Solution.
04-28-2011 11:39 PM
04-29-2011 08:38 AM
04-29-2011 08:44 AM
06-02-2011 10:57 AM
Thanks Peter... What I ended up doing was open the SQLite file DB fille I had in RazorSQL which provided me with the SQLite commands, then using the comand line interface created a new <filename>.db file using the create table from the RazorSQL, once the new db file was create I then opened it using the free Firefox plug in and ran the rest of the SQL comands provided by RazorSQL to populate the table.