Re: [sqlite] How to bind data to Data Grid VB6

2007-10-01 Thread Dwight Ingersoll
On 10/1/07, Olaf Schmidt <[EMAIL PROTECTED]> wrote: <> > > @ Dwight: > The wrapper at phxsoftware is not ADO-compatible AFAIK. > (ADO and ADO.NET are two different animals, since > ADO is part of the COM-world as is VB6) My bad. I've been using C# lately and didn't realize there was a different

Re: [sqlite] How to bind data to Data Grid VB6

2007-10-01 Thread Olaf Schmidt
> Hello, > I would lige to give a datagrid.datasource a recordset resulting > from a query of SQLite, but I do not know how to do, since SQLite > cannot give me a RecordSet as result (I guess...). > Someone coul give me a tip? Some (free) wrapper to VB6 that > support recordsets? My wrapper (d

Re: [sqlite] How to bind data to Data Grid VB6

2007-10-01 Thread Dwight Ingersoll
> > I would lige to give a datagrid.datasource a recordset resulting > from a query of SQLite, but I do not know how to do, since SQLite > cannot give me a RecordSet as result (I guess...) The SQLite wrapper at http://sqlite.phxsoftware.com/ provides ADO access ( i.e. records sets) to SQLite data