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
Code: Select all
if myquery1.IsQuery then
begin
end;