Click here to Skip to main content
15,887,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I try the code on local sql database file, it works very well. I think my connection string has some problem.
here is my connection string:
C++
char ConnStr [ ] = "Provider=OraOLEDB.Oracle;DATA SOURCE=XXX.XXX.XXX.XXX:1521:devdb;USER ID=XXX;PASSWORD=XXX;";

I don't know what's wrong with this string?]
Thank you for help
Posted
Updated 22-Nov-10 10:54am
v2

Did you replace the XXX with actual datasource and DB user login details?
 
Share this answer
 
Yes, I did change them. :(( :((
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900