Why I can´t to use de isQuery Property?
Posted: 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
With The Version 4.40 of Mydac, i don't have any problem
Thanks
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;
Thanks