Well, I have tried something like that.
First, tried to upcast, but it didn´t work
void __fastcall TDm::ADOCnnClientesExecuteComplete(TADOConnection *Connection,
int RecordsAffected, const Error *Error, TEventStatus &EventStatus,
const _Command *Command, const _Recordset...
Hello,
I want to keep trace of every stored procedure I call using ADO executeComplete event in my ADO connection object (just for loging propourses). My problem is that I can not access any Command property because of const statement in the event prototype just before _Command.
void...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.