Hi,

We have been trying to embed SQLite into our application and have been quite 
successful so far. Thanks to all the support extended by you guys.

However, we are kind of stuck trying to do the following:

We want that the SQLite schema and data be written in a text file. When the 
application comes up, the SQL file can be executed to create the schema and 
import the data. The text file would have the Create Table statements and also 
the insert into table statements.
Similar thing was being done by our application previously. We had a some SQL 
files and we used to execute these via code by creating a command invoking 
sqlplus and passing the file with a @.

I was wondering whether the same could be achieved with SQLite (in Memory). I 
know can be done via code pretty easily, but still if we have the schema and 
data in a text file, it would help a lot.

Thanks & Regards,
Sachin Gupta

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to