I am using SQLite in C#. I am attempting to transfer two tables from a Microsoft SQL database to an Android tablet using a webservice. My insert routine is below. If I transfer only one table everything works find. If I attempt to transfer a second table right after the first table, I get an SQLiteException 14. I have searched the web and have found zero answers to this. I also cannot find an answer on the SQLite site. Any suggestions?
John _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users