My only experience with VB6 and SQLite was using LiteX
(http://www.assembla.com/wiki/show/litex). I was trying to avoid ODBC
so tried this wrapper as it seemed to be a standalone dll. The catch
is (as I learned later) that you need to register the dll (via
regsvr32) when you install the application. Other than that, it worked
pretty well.

// --------------------------------------
Enrique Ramirez Irizarry
Lead Developer
Indie Code Labs
http://www.indiecodelabs.com



On Thu, Nov 6, 2008 at 9:31 AM, stormtrooper <[EMAIL PROTECTED]> wrote:
>
> I recommend http://www.ch-werner.de/sqliteodbc/
>
> Keith
>
>
> Raziedahanin KASIM wrote:
>>
>> I want to develop a simple application using VB 6.0 and sqlite Where
>> should
>> i start?
>>
>> I want to craete a embedded database into this small application. Anyone
>> can
>> advice and guide me.
>>
>> Thank you in advance
>>
>>
>>
>> --
>> Hanni
>> ONYX Enterprise Sdn Bhd
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/visual-basic-and-sqlite-tp19895863p20361047.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> 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