simple database, no OLEDB etc
I understand that SqlLite was designed to be accessed as a DLL and does not require OLE etc.
I understand that to get SqlLite access in a C# application, you need a third party program. One I know of uses OLE.
I am looking for a simple database program that can be access simply using DLL.
Any ideas?
Roei BarPosted Nov 19, 2009, 1:57 PM
all db types can be accessed via OLE or via DLL calling it like SQLConnection OracleConnection,MySqlConnection
these are all connectors built for their specific DB's.
you can also access them via OLE or via ODBC