Suzi167
August 5th, 2008, 08:43 AM
Hello Everyone,
I have a C# application and I need to connect to an oracle database sitting on a different computer.
The computer name is test and the database name is UDA.
I have the following connection string which does not seem to work.
string connectionString = "Data Source=UDA@test;User Id=username;Password=password";
Can anyone tell me how to construct a connection string which connects to an Oracle database sitting on a different machine.
Thanks vey much in advance
Susan
I have a C# application and I need to connect to an oracle database sitting on a different computer.
The computer name is test and the database name is UDA.
I have the following connection string which does not seem to work.
string connectionString = "Data Source=UDA@test;User Id=username;Password=password";
Can anyone tell me how to construct a connection string which connects to an Oracle database sitting on a different machine.
Thanks vey much in advance
Susan