|
-
Nov 22nd, 2011, 06:24 AM
#1
Thread Starter
New Member
Multiple Step OLEDB operation generated Errors
classic ASP, Windows 2008 server , Oracle 10g 32 bit client, IIS 7.5
Getting error on ADODB connection open.
dim conn
set conn= server.createobject(ADODB.Connection)
conn.Connectionstring = "Provider = MSDAORA;User Id = XXXX;Password=XXX;Data Source = zzz"
conn.open (---- Throwing error)
kindly help ...
thanks in advance
-
Nov 22nd, 2011, 10:11 AM
#2
Re: Multiple Step OLEDB operation generated Errors
Dumb question: is Oracle Client installed and tnsnames.ora file configured on that machine?
edit: I would post/move this thread to ASP, VB Script forum.
Last edited by RhinoBull; Nov 23rd, 2011 at 08:00 AM.
-
Nov 25th, 2011, 03:39 AM
#3
Thread Starter
New Member
Re: Multiple Step OLEDB operation generated Errors
Hi.. I m using 10g 32 bit client. Able to connect from sqlplusw.
-
Nov 25th, 2011, 10:09 AM
#4
Re: Multiple Step OLEDB operation generated Errors
Try using Oracle OLEDB provider instead of one from Microsoft:
Provider = OraOLEDB.Oracle;
-
Dec 2nd, 2011, 07:04 AM
#5
Thread Starter
New Member
Re: Multiple Step OLEDB operation generated Errors
I have tried with OraOLEDB.Oracle as provided. Again I am getting the same error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|