Recent content by garrad

  1. G

    ApplyUpdates function in C++ Builder 5

    Is it possible to use cached updates in C++ Builder 5? I have enabled the property CachedUpdates in the query object. I then try to apply an update. My code is: DataMod->MainSession->ApplyUpdates(OPENARRAY(TDataSet *, (qryName)), true); but I receive a C++ error "Cannot convert...
  2. G

    Invalid Variant Type Conversion

    I have used the Package Wizard to create a class containing a procedure which is based on a stored procedure of the type PROCEDURE procname(par1 IN NUMBER, par2 IN NUMBER, par3 IN NUMBER, par4 IN OUT NUMBER, par5 IN OUT VARCHAR2). The resulting function as converted into Builder is void...
Back
Top