I am attempting to retrieve the actual SQL string that is executed when I
call CCommand->Open(); I have used the ICommandText interface and
GetCommandText, but that only returned the string that I passed into the
Open call.
My problem is that when I insert data I don't use an SQL string, but rather
bind data and call CCommand->Insert() and then allow OLE DB to handle the
underlying details of creating the actual SQL string and executing it on my
datasource. I am looking for a way to retreive this final string that OLE DB
creates.
Anyone come across this?
Thanks,
-matt
Bob Beauchemin
bo...@develop.com
Matt <mh...@one.net> wrote in message
news:ewFJPh4O$GA....@cppssbbsa02.microsoft.com...
thanks,
-Matt
Bob Beauchemin
bo...@develop.com
Matt <mh...@one.net> wrote in message
news:O4AqPOAP$GA....@cppssbbsa02.microsoft.com...