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