views:

14

answers:

0

Hi, is it possible to use OLE DB in MFC C++ to execute universal query? I want to create function, one of parameters is sql query and I want to return something like two dimensional array with rows and columns returned by query.

The problem is, I don't know the structure of the query (of returned data), so I can't use CAccessor.

Thanks