Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Microsoft And Oracle Oledb Providers Not Working Together

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-23-03, 09:34
amitbhavsar amitbhavsar is offline
Registered User
 
Join Date: Apr 2003
Posts: 2
Post Microsoft And Oracle Oledb Providers Not Working Together

Hi !

Is it possbile to enable both Microsoft OLE DB Provider for Oracle
and Oracle Provider for OLE DB on a single machine.

here with me , if i make Oracle Provide to run , Microsoft cannot connect and if i make Micorsoft provider to run , oracle provider stops connecting to database server....

has anybody idea why is it so and let me know if there is a work around for this.

Regards ...

Amit Bhavsar
=========
Reply With Quote
  #2 (permalink)  
Old 04-28-03, 11:02
nightrider nightrider is offline
Registered User
 
Join Date: Apr 2003
Location: Zagreb Croatia
Posts: 2
Re: Microsoft And Oracle Oledb Providers Not Working Together

In VB 6.0 when I use this code, it works OK so try.I believe that help you
Conn.Open "Provider=MSDORA.1;Data Source=YourServer;" & _
"DNS=Pubs;User Id=sa;Password=;"
That is for Oracle, if you want to do it with Microsoft driver, you have to change Provider and DNS.
Also, you have to create DNS in File DNS for each driver.
Reply With Quote
  #3 (permalink)  
Old 04-29-03, 02:46
amitbhavsar amitbhavsar is offline
Registered User
 
Join Date: Apr 2003
Posts: 2
Re: Microsoft And Oracle Oledb Providers Not Working Together

Quote:
Originally posted by nightrider
In VB 6.0 when I use this code, it works OK so try.I believe that help you
Conn.Open "Provider=MSDORA.1;Data Source=YourServer;" & _
"DNS=Pubs;User Id=sa;Password=;"
That is for Oracle, if you want to do it with Microsoft driver, you have to change Provider and DNS.
Also, you have to create DNS in File DNS for each driver.



what u r talking @ is microsoft driver. MSDAORA is from microsoft. and what the problem with me is while developing connectionstring in visual basic IDE for adocn1 , i can connect to microsoft and not oracle one. in fact i cannot make it connect for both the providers on a single machine.
Reply With Quote
  #4 (permalink)  
Old 04-29-03, 11:32
nightrider nightrider is offline
Registered User
 
Join Date: Apr 2003
Location: Zagreb Croatia
Posts: 2
Re: Microsoft And Oracle Oledb Providers Not Working Together

Quote:
Originally posted by amitbhavsar
what u r talking @ is microsoft driver. MSDAORA is from microsoft. and what the problem with me is while developing connectionstring in visual basic IDE for adocn1 , i can connect to microsoft and not oracle one. in fact i cannot make it connect for both the providers on a single machine.


Like I wrote you, I used providers MSDORA and OraOLEDB.Oracle.1 on a single machine both at the same time.
If you get error number 430 then you have to instll some patches which you can find on microsoft pages.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On