error "not in cached updates mode"
Posted: Fri 16 Dec 2016 08:26
Hi,
using c++ builder xe10 seattle. Connected to oracle 12.
TUniQuery *q;
TUniDataSource
TDBCtrlGrid.
q->CachedUpdates=false;
q->Open();
q->ApplyUpdates();
=> EDatabaseError Exception: not in cached update mode.
Why why why?
using c++ builder xe10 seattle. Connected to oracle 12.
TUniQuery *q;
TUniDataSource
TDBCtrlGrid.
q->CachedUpdates=false;
q->Open();
q->ApplyUpdates();
=> EDatabaseError Exception: not in cached update mode.
Why why why?