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!

Can we connect to oracle 9i using vb6.0 in 64 bit machine.

571420Apr 10 2007 — edited Apr 11 2009
Can we connect to oracle 9i using vb6.0 in 64 bit machine.
Code i have written is

dim conn as new ADODB.Connection
conn.open("Provider=MSDAORA.1;password=pw;user id=usname;data source=dbname;Persist Security info=false")

but it is throwing an error saying
"Connection not open"

But the same code is working in vb.net.
Do we need to install any providers for 64 bit machine?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2009
Added on Apr 10 2007
7 comments
21,077 views