Hello,
I'm having an odd problem. I have a program that uses an ADO connection to connect to an Oracle Database. I also have a data report in the project that sits on a data environment which also connects to Oracle. My connection string looks like this:
con.ConnectionString = "Provider=MSDAORA;" & _
"DATABASE=dbasename;" & _
"USER ID=user;" & _
"PASSWORD=pwd;" & _
"DATA SOURCE=dsname"
Using this type of connection runs fine on my machine and 90% of the machines it was distributed to. For some reason, I cannot connect on a few random machines. When they run the .exe, they receive an error that says: "Oracle error occured but description could not be retrieved from Oracle". As far as I can tell, all of the machines have loaded the software the same. Does anybody know of conflicting software (ahem, perhaps MS?) that could cause and ADO connection to fail on an Oracle table? Thanks!
I'm having an odd problem. I have a program that uses an ADO connection to connect to an Oracle Database. I also have a data report in the project that sits on a data environment which also connects to Oracle. My connection string looks like this:
con.ConnectionString = "Provider=MSDAORA;" & _
"DATABASE=dbasename;" & _
"USER ID=user;" & _
"PASSWORD=pwd;" & _
"DATA SOURCE=dsname"
Using this type of connection runs fine on my machine and 90% of the machines it was distributed to. For some reason, I cannot connect on a few random machines. When they run the .exe, they receive an error that says: "Oracle error occured but description could not be retrieved from Oracle". As far as I can tell, all of the machines have loaded the software the same. Does anybody know of conflicting software (ahem, perhaps MS?) that could cause and ADO connection to fail on an Oracle table? Thanks!