Hi All,
I'm still investigating the most effective way to import the db into
sqlite that we are using as our embedded database. 

Of the following options, which one do you think works
best, and is most extensible and future-proof?

1) Make a tab/csv delimited file with database, and install
it into SQLite using the C wrapper functions
2) Populate data into a C array-type table and then import that table 
into sqlite during run-time
3) read a tab or csv delimited file into shell and make a .db file 
using the shell interface ".dump" and read 
that .db into sqlite using the C wrapper interface

I appreciate your input!

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

Reply via email to