Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODBC and C# connection

936666Sep 4 2012 — edited Nov 1 2012
Hi,
I am using ODBC Connection to connect TimesTen database

using System.Data.Odbc;
connectionString = "Dsn=MYDatabase";
I'm able to connect to the database where as i need to specify the connection string of different server with the IP

connectionString = "Dsn=MYDatabase (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XXX.XX.XXX)(PORT = XXXX))";
I am getting error i am not able to connect to the database what is the connection string for TimesTen to connect with another server

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2012
Added on Sep 4 2012
12 comments
2,395 views