Error While Connecting to Oracle 9i via .Net
Hi, i have to connect in Oracle9i database.At home on personal computer OracleClient connection work fine but in office it gives me
the error
Unable to find an entry point named OCIEnvCreate in DLL oci.dll
Now i tried with a OracleClient connection:
Dim StrSql As String
Dim MyConn As OracleConnection = New OracleConnection("User ID=USER;Password=PASS;Data Source=SERVERNAME")
MyConn.Open()
StrSql = "select * from DATABASE"
But when i Run the application, this is the error:
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in system.data.oracleclient.dll
Additional information: Unable to find an entry point named OCIEnvCreate in DLL oci.dll
Could anyone help-me?
firasatlipk
|