RowsAffected from TuniConnection.ExecSQL

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ahijazi
Posts: 47
Joined: Mon 01 Oct 2007 11:13

RowsAffected from TuniConnection.ExecSQL

Post by ahijazi » Tue 27 May 2014 16:44

Dear Devart;

How I can get RowsAffected value after calling Connection.ExecSQL('some update statement', []);

in TOraSession their was Session.sql.RowsAffected, what is the equivalent??

Best Regards,

Ahmed Hijazi P. Eng.

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

Re: RowsAffected from TuniConnection.ExecSQL

Post by AlexP » Wed 28 May 2014 06:50

Hello,

UniDAC has no property UniConnection.sql.RowsAffected. We plan to add the RowsAffected property to UniConnection in one of the next versions.

Post Reply