Hi all,
is there anyway to close or end object session created by OracleInProcess server.
I have created object using vba like,
i know that the database connection ends when we close the excel workbook which we use to connect to database, but can we code it, so that we don't need to close workbook to end connection??
is there anyway to close or end object session created by OracleInProcess server.
I have created object using vba like,
Code:
'Create a reference to the OO4O dll
Set objSession = CreateObject("OracleInProcServer.XOraSession")