V
va
I am trying to establish a connection to Oracle 9i from
asp.net.(.net 2003) The code is
Dim con As New ADODB.Connection
con.ConnectionString = "PROVIDER=MSDASQL;DRIVER=
{Microsoft ODBC for oracle};SERVER={server name};UID={user
id};PWD={password};"
con.Open()
It gives error message [Microsoft][ODBC driver for Oracle]
[Oracle]
If I use the same code in VB 6.0 it works. I am using
Windows 2000 operating system. If I try from Windows XP
it works from asp.net after changing security for
ociw32.dll. I tried to do the same on Windows 2000.
Still it does not work. Any other way of making it work?
asp.net.(.net 2003) The code is
Dim con As New ADODB.Connection
con.ConnectionString = "PROVIDER=MSDASQL;DRIVER=
{Microsoft ODBC for oracle};SERVER={server name};UID={user
id};PWD={password};"
con.Open()
It gives error message [Microsoft][ODBC driver for Oracle]
[Oracle]
If I use the same code in VB 6.0 it works. I am using
Windows 2000 operating system. If I try from Windows XP
it works from asp.net after changing security for
ociw32.dll. I tried to do the same on Windows 2000.
Still it does not work. Any other way of making it work?