procedure TFrm_t.Execute_OracleSql(SQLInStr:string); begin //Result := False; try with DM1.ADO_oracle do begin Close; SQL.Text := SQLInStr; ExecSQL; end; //with except on e:Exception do begin // if e.Message = 'Error while trying to retrieve text for error ORA-03113' then // begin // //if ReCon_ then // // Continue; // // Result := True; // ReCon_; //重连 oracle // end;