I  created two tables A and B.
There exists a record which contains B's information.

Now I need to drop table B and  delete all its information in table A.
The two actions were wrapped  in a  transaction,but  dropping table always fail.
Error no is   
SQLITE_CANTOPEN    which means"Unable to open the database file".
The sqlite version is 3.5.9.    

Could anyone help me?


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

Reply via email to