Is there a way to place a sql query and call a callback function in C++ when the results are ready?
I know there is a way to do this in ado.net, but this is a native environment, so I can't use .net.
Is there a way to place a sql query and call a callback function in C++ when the results are ready?
I know there is a way to do this in ado.net, but this is a native environment, so I can't use .net.