Recent content by alan

  1. A

    Setting a new TOracleObject

    The exception is "Access Violation". I haven't seen it before because of catching an EOracleError only. It's clear. The pointer to the embedded TOracleObject in a new TOracleObject is NULL. Does enybody know how to set an embedded TOracleObject?
  2. A

    Setting a new TOracleObject

    I want to set then insert an Oracle Object to my database. I'm able to set all the simple data type attributes of the object by calling the SetAttr() method. But I'm not able to set an embedded object attribute. I'm not able to acces it either. TOracleObject *OPerson = new...
Back
Top