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.
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.