RowsProcessed Equivelent

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

RowsProcessed Equivelent

Post by wjm4 » Wed 24 Dec 2008 05:45

Is there an equivelent to RowsProcessed (ODAC) in UniDac. I need to be able to find out if a select query has returned any rows.

Thanks for the help

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 24 Dec 2008 08:30

You can check the RecordCount property of TUniQuery.

wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

Post by wjm4 » Wed 24 Dec 2008 17:11

Thanks that worked great.

Post Reply