Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Provider problem in .asp page

824547Dec 16 2010 — edited Dec 16 2010
Hi,

The actual provider in my ".asp" page on Windows Server 2003 + Oracle 9i client is :

conn.open "Provider=_MSDAORA_;Data Source=xxx;User ID=yyy;Password=zzz;"

I've installed a Windows Server 2008, with Oracle 10g client and this provider doesn't work...

I've replaced with the following :

conn.open "Provider=_OraOleDB.Oracle_;Data Source=xxx;User ID=yyy;Password=zzz;"

It works fine... But all the queries return only ONE ROW !

If i replace with

*conn.open "Provider=_{Oracle in Ora10G}_;Data Source=xxx;User ID=yyy;Password=zzz;"* It works fine...

What's the problem with _OraOleDB.Oracle_ ????

Best Regards

Edited by: user8824402 on 16-déc.-2010 7:26

Edited by: user8824402 on 16-déc.-2010 7:26

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 13 2011
Added on Dec 16 2010
0 comments
83 views