Creates an OLE2 Automation Object.
FUNCTION OLE2.Create_Obj
(object VARCHAR2)
RETURN obj_type;
object | An OLE2 Automation Object. |
A handle to an OLE2 Automation Object.
/*
** Create an OLE2 Object
*/
obj := OLE2.Create_Obj('Excel.Application.5');