Re: [sqlite] Update problem with Sqlite (one PC one single operation) Vb.net

2012-04-08 Thread Larry Brasfield
On April 8, Marco wrote: OpenConnection(TMP_ConnectionString, OBJ_Connection) sql= "UPDATE ANG_Operatori Set NomeOperatore = 'Amministratore',UserID = 'admin',ParolaChiave = 'prova',DataUltimoAccesso = '08/04/2012 15:04:00',Supervisore = 1,ID_Dentista = 1 where ID_ANG_Operatore = 1"

Re: [sqlite] Update problem with Sqlite (one PC one single operation) Vb.net

2012-04-08 Thread marco1
using to specify which file on disk you > are opening. > > Simon. > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- View this message in context:

Re: [sqlite] Update problem with Sqlite (one PC one single operation) Vb.net

2012-04-08 Thread Simon Slavin
On 8 Apr 2012, at 2:32pm, marco1 wrote: > 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

[sqlite] Update problem with Sqlite (one PC one single operation) Vb.net

2012-04-08 Thread marco1
e 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-