Problems with ApplyUpdates

Chicho

Member
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 * const *, const int, bool)' referenced from E:\MINE\PROJECTS\HELIOSARRAY3\UNIT6.OBJ

The same trouble is in case of using CancelUpdates.

Anybody who used the method ApplyUpdates advise me what to do please.
 
This seems like a C++Builder bug we worked around quite some time ago. What is your C++Builder version and your Direct Oracle Access version?

------------------
Marco Kalter
Allround Automations
 
Back
Top