Hi,
I'm using your trial component for Delphi 6.
Now I'm developing an application that export a table from paradox to oracle9i:
...
odsIns.SQL.Text := 'SELECT * FROM '+TabName+' ORDER BY COD_RISULT';
odsIns.Open;
while not tbPDX.Eof do
begin
//here Error:Cannot modify a ReadOnly Dataset...