Not able to connect TimesTen database either local or remote with ODBC DSN:
I have written C# (.Net) application to connect TimesTen database which is located either local or remote.
Always getting the below error with C# ODBC Utility: OdbcConnection("Dsn=sampledbCS_1122;Uid=appxxx;Pwd=appxxxx;");
ERROR [HY010] [Microsoft][ODBC Driver Manager] The driver is incapable of supporting the current environment attributes.
For verification I had setup TimesTen Server in my local system which is able to connect with same C# ODBC Utility. Failing connecting as Client.