Page 1 of 1

UniQuery.ExecSql No Return Value

Posted: Mon 31 Oct 2011 01:25
by rockswj
ADO,DBX ExecSql will reutrn Integer value

How UniQuery?

Posted: Mon 31 Oct 2011 07:59
by AlexP
Hello,

In ADO the ExecSQL method returns the number of rows affected. To get this number in UniDAC, you need to use the UniQuery.RowsAffected property.