Click here to Skip to main content
16,011,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one ,

i am working as a .net developer deals with windows apps .

here i am facing a problem regards database connection ,the thing is

i want to connect to the oracle database (using c#) which is placed in the public IP in another country here i am able to telnet the server with ip and port number provided ,
Is it possible to connect to oracle database which is placed in public ip in another country??
if you find any document or pdf file regards this concept pls post the link here ,if possible please provide the source code

thanks all
Posted
Updated 6-Jun-13 18:55pm
v2

1 solution

Yes, you can connect. Pic a relevent connection string from http://www.connectionstrings.com/[^].
 
Share this answer
 
Comments
sagar.panuganti 7-Jun-13 1:52am    
thanks for ur response

i am using connection string shown below

Provider=msdaora;Data Source=Ipadress; User Id=myUsername;Password=myPassword;Initial catlog=myoracle;connect Timeout=90

but i am getting the Below issue

"oraoledb oracle is not registered on the local machine"

what that mean?
_Amy 7-Jun-13 1:54am    

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