Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
See Also |
Quick Tour |
Employee Form |
Set OraSession = CreateObject("OracleInProcServer.XOraSession")
When creating the OraSession Object, the argument you supply to the CreateObject() function must always be "OracleInProcServer.XOraSession" . The left hand side of the "." defines the application name as registered in your system, in this case "OracleInProcServer". The part after the "." identifies the type of object to create, in this case the XOraSession object. The net effect of executing this command is starting the Oracle in Process Server.