If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Multiple-step OLE DB operation generated errors

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-06, 08:22
juannorton juannorton is offline
Registered User
 
Join Date: Mar 2005
Location: Valladolid, Spain
Posts: 110
Angry Multiple-step OLE DB operation generated errors

Hi, I have a problem that I can not connect to an oracle database from a C#.Net program the thing is that from the same program I do connect to a SQLServer.

Oracle give this error:

“Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.”

The connections string that I use are:

“Provider=SQLOLEDB;Initial Catalog=MCEADataBase;Data Source=DLTSQL01;Integrated Security=SSPI;”

“Provider=MSDAORA;Initial Catalog=DATAWAR;Data Source=dora001pre.docaixat.caixatarragona.net,1521 ;Integrated Security=SSPI;”

In both cases I do the connection using:

myConnection = new OleDbConnection(connString);

By the way, I do not have installed any Oracle cliend just the .Net framework and the Visual Studio :Net

I appreciate any help.

Thanks
Juan
__________________
Juan Norton Alea
DB2 v8.2 for win2k3 (fixpack 9)
Reply With Quote
  #2 (permalink)  
Old 01-26-06, 09:48
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,415
>I do not have installed any Oracle client
AFAIK, the Oracle client s/w is required.
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
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

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