Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Fetches a referenceable object into the cache and returns the associated OraRef
object.
Set OraRef = OraDatabase.FetchOraRef(hex_value)
The arguments for the method are:
Arguments | Description |
---|---|
hex_value |
A String containing the hexadecimal value of the REF . |
The hex_value
argument can be obtained through the OraRef.HexValue
property or from an XML document generated by the OraDynaset.GetXML
method.
See Also: