I'm using MyDAC 5.20.1.14 with delphi 2006
I have the following code:
Code: Select all
while not Telephone.eof do begin
Telephone.edit;
TelephoneLedger_number.asstring:=sender.AsString;
Telephone.post;
end;
I'm merging from paradox and the same code works there normally..
Is this a problem in myDAC, or is it a new behavior for post?