Hi there, I'm currently creating an app that reads energy monitoring data from sensor nodes. The driver for the nodes are written in Visual C++ and thus I need to access the DB from Visual C++. I thought SQLite would be a good idea since it has good support on both Java and .NET (thanks to this project...