Try using this library

http://sqlite.phxsoftware.com/

It a complete ADO.NET 2 implementation and it should support the update.

On Wed, Jun 25, 2008 at 5:14 PM, Richard W. Kulp <[EMAIL PROTECTED]>
wrote:

> I am trying to convert a VB 2005 program from a SQLExpress database to
> SQLite 3. I have been successful up to the following line of code:
>
> Me.Dbo_UsersTableAdapter.Update(Me.TSEPWin5UserSQLiteDB.dbo_Users)
>
> It seems that the DboTableAdapter does not support the Update command.
>  What
> is the preferred way to update a dataset created from a SQLite db? I am
> using CoreLab's dotConnect SQLite data provider. Another consideration is
> that my ultimate goal is to move from Visual Studio to MonoDevelop.
>
> Thanks.
>
> Dick
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to