Recent content by Viktor

  1. V

    ApplyUpdates

    Many thanks! This seems to solve this weird Problem. Viktor
  2. V

    ApplyUpdates

    Thanks for the answer! Finally I know what that OPENARRAY thing is all about! ;-) Anyhow, I am afraid It won't work.. somehow.... What I get is an Linker Error: [Linker Fehler] Unresolved external '__fastcall Oracle::TOracleSession::ApplyUpdates(Db::TDataSet * const *, const int, bool)'...
  3. V

    ApplyUpdates

    Hi! I was wondering, how I am suppose to use CachedUpdates with DOA. With BDE I used to just state something like: DataSet->ApplyUpdates(); Doa seems to want some TApplyActions to do so. The other way seems to be to use the Session->ApplyUpdates(...); but there I don't know what Parameters to...
  4. V

    n : n Relation

    Hi! I'm quite new with DOA, and I was wondering, how I can implement Tables in n:n Relations. Say, we have 3 TOracleDatasets, LKW, LKW_Driver, Driver. Here, the DataSet (Relation) LKW_Driver would have to be a Detail Dataset to LKW and Driver. With the "Master" property, I guess, one can only...
Back
Top