MyVik is a RGPSoft of Rossi Giampaolo project in Microsoft ATL library.
MyVik is a simple OleDB Provider for MySQL
MyDS.h is a datasorce
MyRS.h and MyRS.cpp is a command
MySess.h is the session
To compile the project you must have Microsoft Visual Studio with ATL library, simply create a project than change the files with these ones.
In the project there's a file named MyVik.dll that can be used after registered: regsvr32 myVik.dll in administration mode, to unregister simply type: regsvr32 /unregister MyVik.dll
This OleDB Provider for MySQL has limitations: max 3 Blog field with maximum 150 Kb ( used for image ), then max 50 row in tables, but you can edit it as you wish.
In mysql folder there's the ufficial mysql library for C++, is an old version, but you can try to download the new one.