with My dll, but After I Upgrade MyDAC to 5.50 it give problem with dll
The Code I Used:
Code: Select all
with qryCheques do begin
Connection := dsDBConnection;
SQL.Text := Format('select * from cheques where CMID in (%s) order by CMNUM', [dsChequesNo]);
Open;
end;