Recent content by Nizvoo

  1. N

    I'v trouble in TOracleDataSet!

    uses TOracleDataSet,the sql : for I := iMax + 1 to iMax + 10 do SQLText := SQLText + 'insert into pactitem (no, title, id, pid) values (' + IntToStr(I) + ', ' + #39 + 'For a test' + #39 + ', ' + IntToStr(I) + ', ' + '-1' + ');' + #13; with LoginInf.MySQLPlus do begin...
  2. N

    I'v trouble in TOracleDataSet!

    I uses TOracleDataSet,but I wanna to execute multi SQL statements,but error in "Ora-009111" , I know the TOracleScript can execute it, but I wanna uese TOracelDataSet do it. Win2k Pro + Delphi5 + DOA 3.4.6.1 /* TOracleDataSet.ExecSQL Declaration procedure ExecSQL; Description You can use the...
Back
Top