How many records was updated
Posted: Mon 25 Jan 2010 21:10
I have the following code
How to read, how many records was processed during last update/delete operation (ExecSql)?
I have read about DADataAdapter and Update function, but I have no idea how to use it.
regards
Mariusz
Code: Select all
OraQuery.SQL = "update MyTable set MyColumn=1 where MyColumn=2";
OraQuery.ExecSql;
I have read about DADataAdapter and Update function, but I have no idea how to use it.
regards
Mariusz