I have installed the oracle develop tools, odp.net blah blah etc for visual studio 2010 to see, but I have no idea how to connect to the remote oracle server? Maybe I can do it via code, but I was thinking that I could go to "Data Connections" in Visual Studio and add a connection to the oracle database? Yet I have no idea what to put in data source name, etc as all I have is an ip, port, and some name of the database or something.
Asked
Active
Viewed 5,644 times
3
-
http://stackoverflow.com/questions/820440/oracle-connection-string-without-tnsnames-ora-file – iivel Mar 13 '11 at 03:09
-
that does not help. I don't know what to put into the form fields in the add connection form in visual studio. – BobTurbo Mar 13 '11 at 06:03
-
if you already know the host, port and ORACLE_SID/Service_Name, all that is left are userid and password. This sounds like : grab a manual. – Mar 13 '11 at 09:46
3 Answers
0
From vs2010 menu, select Tools --> Connect to database
Under 'Data Source' click change and select 'oracle database'
Click ok
Enter server name, username and password.
Test Connection, if good, click ok

demo.b
- 3,299
- 2
- 29
- 29
0
How about this http://www.eggheadcafe.com/community/aspnet/14/10227071/how-to-connect-remote-oracle-database-in-vbnet.aspx ? I don't know about the tool you use, so I might be a little off.