Hi , I don't know how is possible save record with Sqlite. I was try i different way:
1) With vb.net updatecommand (The database file is locked) 2) With "Insert Into" (The database file is locked) 3) With transaction Begin ..... Commit (The database file is locked) This message is false because there is not another parallel process. When I need to read data from DB it work fine. When I need to Update record don't work. with MS access never seen similar problems. How can I do ??? -- View this message in context: http://old.nabble.com/Update-problem-with-Sqlite-%28one-PC-one-single-operation%29-Vb.net-tp33651706p33651706.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

