Recent content by nuke1

  1. N

    Can't insert new record in TOracleDataSet

    Ok, Thanks a lot!
  2. N

    Can't insert new record in TOracleDataSet

    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...
Back
Top