views:

14

answers:

1

I am looking for OLE DB driver to acces SQLite. Is there any? I need it to use under MFC, not .NET. I have found this but it is .NET driver: http://CherryCitySoftware.com/ccs/Home/Default.aspx

and this but I have no references to this: http://www.newobjects.com/product.asp?Category=71

Thanks

+1  A: 

You may try SQLite ODBC together with the OLE DB Provider for ODBC.

Eugen Constantin Dinca
Good idea but it is too complex. I will create my own methods.
martin pilch