Hi,
I am using
VB 4 and Oracle 7.3.4 in my application (on Windows 2000 Advanced Server)
I am trying to conncet to database through OO4O(Oracle Objects For OLE).
While creating the connection using the below code, I am getting the error messase "General Protection Fault in the module - SQL16W95.dll" and is giving me only chance to exit the application.
Set g_os_dbsession = CreateObject("OracleInProcServer.XOraSession")
Set g_os_dbrsi = g_os_dbsession.OpenDatabase(sDbConnectOLE, g_s_connect, 0&)
Kindly help me out.
Regards
Vinaya