Hi,
I am accessing the same database from two different processes. From one of the 
process , I am able
to create tables in runtime but when I am trying to create a table from another 
process in runtime on the same DB
I am not able to create so. The strange part is that I find 
sqlite3_exec() is returning retCode as SQLITE_OK. But then , when 
I am going and checking the DB, I am not able to see the table. I have also 
double checked
to make sure that I am not creating a temporary table by mistake. 

Kindly note that during DB creation , I have set PRAGMA synchronous = OFF. Can 
this cause the problem?
Can someone please give me a hint why the second process is not able to create 
the table? 
Thankinh you in advance.

Regards,
Souvik







Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

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

Reply via email to