Recent content by Roger

  1. R

    Trouble with returning clause

    It was right behind the ExecSQL statement. Regards Roger
  2. R

    Trouble with returning clause

    Not there because it doesn't work...
  3. R

    Trouble with returning clause

    The code looks like this: for i := 1 to (odsRab.FieldCount - 1) do begin if ((odsRab.Fields[i].Required) and (odsRab.Fields[i].DataType = ftString)) then begin if (odsRab.Fields[i].Value = '') then odsInsertRab.SetVariable(i - 1, ' ')...
  4. R

    Trouble with returning clause

    It is declared at design time. Regards Roger
  5. R

    Trouble with returning clause

    I have the following SQL statement (used by I TOracleDataset): INSERT INTO RAB ( GROESSE, NR, TYP, VOLUMEN, KNR, ANWENDERNR, BESTNR1, BESTNR2, LEIHDAT, ABHOLDAT, GEPRUEFT, BEMERK1, BEMERK2, UEBERTRAGEN, UEBERTRDAT, BESTAND, STAMMRAB, GETEILT, VERWENDER, KENNUNG, TOURKENNUNG, BRUTTOGEWICHT...
Back
Top