Why I can´t to use de isQuery Property?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alexis de la Cr
Posts: 1
Joined: Wed 05 Nov 2008 00:50

Why I can´t to use de isQuery Property?

Post by Alexis de la Cr » Wed 05 Nov 2008 01:04

Hello Devart Team

I have the next problem. When i use the IsQuery property of MyDac, I obtain a Access Violatin Error.

i Use Delphi 7, MyDAC 5.50.0.37

Example

Code: Select all

 
if myquery1.IsQuery then
     begin

     end;
 
With The Version 4.40 of Mydac, i don't have any problem

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 06 Nov 2008 10:21

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

Post Reply