Coonection Problem in ASP using oraOledb provider [message #76989] |
Mon, 10 May 2004 23:17 |
Sreedhar Reddy
Messages: 55 Registered: January 2002
|
Member |
|
|
set Con = server.CreateObject("ADODB.CONNECTION")
con.Open "Provider=OraOLEDB.Oracle.1;Password=SM;Persist Security Info=True;User ID=SM;Data Source=SM"
when i am using the above syntax ...i face the bellow error.
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
the same connectivity is working fine in VB...if the same coonection is working fine in VB why not in ASP..
if any suggestion kindly revert back.
|
|
|
|
|