I am getting the following ADO Connection Error "SOMETIMES "
(VB general Error)for this statement.
"strConnection.Open strConnectString"
It's very strange it may connect many times successfully and then after somtime you may end up with this error.
I am using MSDAORA (Microsoft OLE DB Provider for Oracle)
MDAC 2.7, Windows 2000 Server,
Oracle8i Enterprise Edition Release 8.1.7.2.0
Error:
---------
Error Number : (-2147467259)
Error Description: "Oracle error occurred, but error message could not be retrieved from Oracle."
I also checked the Oracle listner log whenever this error occurs there was no Listner Log for any request. So, it looks like the connection request never reaches Oracle from VB.
Any advice please...
Thanks
AC
(VB general Error)for this statement.
"strConnection.Open strConnectString"
It's very strange it may connect many times successfully and then after somtime you may end up with this error.
I am using MSDAORA (Microsoft OLE DB Provider for Oracle)
MDAC 2.7, Windows 2000 Server,
Oracle8i Enterprise Edition Release 8.1.7.2.0
Error:
---------
Error Number : (-2147467259)
Error Description: "Oracle error occurred, but error message could not be retrieved from Oracle."
I also checked the Oracle listner log whenever this error occurs there was no Listner Log for any request. So, it looks like the connection request never reaches Oracle from VB.
Any advice please...
Thanks
AC