Dim oOracleConn As OracleConnectio n = New OracleConnectio n
()
oOracleConn.Con nectionString = "Data
Source=FTEST920 ;uid=master_sch edule;pwd=drago ns1;"
oOracleConn.Ope n()
This is an ASP.Net application and the build goes fine
with no errors, but when I try to run from the development
environment I get the following. I am using Visual Studio
2002 with 1.1 framework.
System.Exceptio n: Could not create an environment:
OCIEnvCreate returned -1.
Any help would be appreciated.
Thanks
Jack
()
oOracleConn.Con nectionString = "Data
Source=FTEST920 ;uid=master_sch edule;pwd=drago ns1;"
oOracleConn.Ope n()
This is an ASP.Net application and the build goes fine
with no errors, but when I try to run from the development
environment I get the following. I am using Visual Studio
2002 with 1.1 framework.
System.Exceptio n: Could not create an environment:
OCIEnvCreate returned -1.
Any help would be appreciated.
Thanks
Jack