A script-enabled browser is required for this page to function properly.

OLE2.Create_Obj

Description

Creates an OLE2 Automation Object.

Syntax


FUNCTION OLE2.Create_Obj
   (object  VARCHAR2)
RETURN obj_type;

Parameters

object An OLE2 Automation Object.

Returns

A handle to an OLE2 Automation Object.

Example


 /* 
** Create an OLE2 Object
*/
obj := OLE2.Create_Obj('Excel.Application.5');