Recent content by Chicho

  1. C

    Is it DOA bug?

    I used SQL* Net before and DOA didn't showed any errors. But after I installed Net8 I start to get such an error after re-compilation of Stored Procedures: "Project Project1.exe raised exception class EOracleError with message 'ORA-03120: two-task conversion routine: integer overflow'. Process...
  2. C

    Problems with ApplyUpdates

    I've got C++ Builder 5.0 Enterprise Suite (Build 12.34) Update Pack 1, DOA 3.43.
  3. C

    Problems with ApplyUpdates

    I try to update changes in my Table. I write: TDataSet* t[]={FormAdminCorr->OracleDataSet1}; Form1->OracleSession1->ApplyUpdates(t, ARRAYSIZE(t)-1, true); Compiler send me the error message: [Linker Error] Unresolved external '__fastcall Oracle::TOracleSession::ApplyUpdates(Db::TDataSet *...
Back
Top