Recent content by GEVAS software

  1. G

    Access of Raw Fields

    Thanks, but what about bytes that cannot be in a string like '00' ? With SetVariable() I cannot handle them Andreas
  2. G

    Access of Raw Fields

    How can I read/write Fields of datatype RAW(X)? "SetLongVariable" is only for use with the datatype LONG RAW. Andreas
  3. G

    SetVariable -> AccessViolation

    C++ Builder 5: This statement produces an AccessViolation: DM->updateAktiveVersion1->SetVariable( "AKTVERSID", aktVersID ); updateAktiveVersion1 is a TOracleQuery: updateAktiveVersion1->SQL: UPDATE fas.version SET AktivBis sysdate WHERE versid :AKTVERSID In updateAktiveVersion1->Variables...
Back
Top