RowsAfftected

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
John Bell
Posts: 17
Joined: Mon 25 Sep 2006 17:38

RowsAfftected

Post by John Bell » Tue 12 Nov 2013 22:20

if i run a query like

Drop Temporary Table If Exists `Answer`;
Create Temporary Table `Answer`
select Id from Clinics

then RowsAffected is 0. if i run the same query
in heidisql, it shows affected rows as 28.

if i create the temporary table and then run
Insert into Table `Answer`
Select Id from Clinics

then rowsaffected is 28.

it would really be helpful if i got the rowsaffected
for the create syntax. am i missing something here?
thanks.

i am running the mysql 5.5 and the latest version
of MySQL DAC on a W7-64 machine and Delphi XE3.

AndreyZ

Re: RowsAfftected

Post by AndreyZ » Wed 13 Nov 2013 08:59

Thank you for the information. We have fixed this problem. This fix will be included in the next MyDAC build.

Post Reply