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?