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.
RowsAfftected
-
AndreyZ
Re: RowsAfftected
Thank you for the information. We have fixed this problem. This fix will be included in the next MyDAC build.