UniQuery.ExecSql No Return Value

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rockswj
Posts: 2
Joined: Thu 24 Feb 2011 06:16

UniQuery.ExecSql No Return Value

Post by rockswj » Mon 31 Oct 2011 01:25

ADO,DBX ExecSql will reutrn Integer value

How UniQuery?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 31 Oct 2011 07:59

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.

Post Reply