On 8/9/07, Gilles Ganault <[EMAIL PROTECTED]> wrote: > > Hello > > I was wondering: how do you VB developpers work with SQLite? > > Currently, I use a variant array that I fill with data from SQLite, and > use > ComponentOne's grid object to display the data through its LoadArray() > method; If/once the data is updated by the user, I write the array back to > SQLite. > > Do you use ADO et al? Other ways to connect VB and SQLite?
I've been using the System.Data.SQLite ADO.NET provider from http://sqlite.phxsoftware.com/ It seems to be actively developed, and the author seems to be fairly responsive on his forums.

