ODBC and C# connection
936666Sep 4 2012 — edited Nov 1 2012Hi,
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