Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jOutPerl

  1. jOutPerl

    How to access Command Object in ADO execute complete event

    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...
  2. jOutPerl

    How to access Command Object in ADO execute complete event

    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...

Part and Inventory Search

Back
Top