In native C++, how does one use a SqlCe .sdf database?
- by Omer Sabic
Is there a simple way, without .NET?
I've found some libraries but none for SqlCe 3.5. There is http://sqlcehelper.codeplex.com/ but it's far from done, since a major feature like using a password is not yet implemented. I've looked at the source and it uses OLEdb to handle the database.
The offical Microsoft Northwind example (that is shipped…