Page 1 of 1

RowsAfftected

Posted: Tue 12 Nov 2013 22:20
by John Bell
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.

Re: RowsAfftected

Posted: Wed 13 Nov 2013 08:59
by AndreyZ
Thank you for the information. We have fixed this problem. This fix will be included in the next MyDAC build.