rrous Messages: 1 Registered: December 2006 Location: Czech Republic
Junior Member
I don't think MINGW can work with OLEDB.
There is a directive in OleDb.h:
#if defined(PLATFORM_WIN32) && defined(COMPILER_MSC)
So I guess, U can use it only on Windows and with Microsoft compiler.