TOraUpdateSQL
Posted: Thu 14 May 2009 09:42
Dear all,
I have a TOraQuery with a TOraUpdateSQL.
The TOraQuery is closed (non active)
I would like to execute the delete statement of the TOraUpdateSQL.
To run
Regards,
Alain
I have a TOraQuery with a TOraUpdateSQL.
The TOraQuery is closed (non active)
I would like to execute the delete statement of the TOraUpdateSQL.
To run
The Delete statement has to be prepared for this, but how do I prepare only the delete statement (and run only the delete statement, not the update statement for example)?OraQuery->Params["ID"]->AsInteger=i;
Regards,
Alain