All,
I have a couple of questions:

I've been studying the C/C++ interface, and 
1) dont see a way to reuse schemas. In other words, I have say 10 tables with 
the same schema. How would I prevent doing 10 CREATE table commands ? Would 
there be a way I can pass the schema as well as data into SQLite ? 

2)Also, do you reccomend a different .db file for each schema so that multiple 
threads can easily operate at the same time ?

I apologise in advance if I missed it in the documentation.

Thanks again to this group for your awesome support. I've got a lot of ideas 
from you all.

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

Reply via email to