difference between "Standard-" and "Object Version"

Sorry for bothering you with such an simple question, but I didn't found any answer through google.

What's the difference between the two DAO-Versions?
 
The Object Version supports the Object Extension through the TOracleObject and TOracleReference classes. These classes encapsulate user defined object types, and are used to access its attributes and methods. See the TOracleObject section in the User's Guide for additional details.

The Standard Version does not have these classes, and consequently you cannot:
  • Access object instances through the TOracleDataSet and TOracleQuery components
  • Use the TXMLType class
  • Use a TOracleQueue based on an object queue (only raw queues are available in the standard version)
 
Back
Top