Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
I use this source code:
Dim
strConnectionString As String = "driver={Microsoft ODBC for Oracle};data source=TEST;UID=pippo;PWD=pluto" Dim Conn As New OdbcConnection(strConnectionString)The "Conn.Open()" method causes the error.
Many Thanks
Maurizio

connect to Oracle DB in ASP.net application
access2reality
Camden Bainwright
skywave
hi
i hope changing to OracleClient will solve the problem. If u find the problem again.. check the security tab in the web server. the read/write permision should b given to user ASPNET
bye