Hi,
I want to connect to MAS90 data source, which is not local but on a different computer.
The driver on the remote machine is ProvideX ODBC Driver version 4.21.1000.
We are using visual studio 2008 and c#.
I tried many different connection strings, for example:
conn.ConnectionString = @"Driver={MAS90 32-Bit ODBC Driver};DSN=SOTAMAS90;User=xxx;Password=xxxx;Company=xxx;Server=xxx.xxx.x.xxx";
conn.ConnectionString = "DSN=SOTAMAS90_KEN2;UID=xxx;PWD=xxxx;Company=xxx;Server=xxx.xxx.x.xxx";
I tried various versions, but I always get "ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
Has anyone connected MAS90 data source remotely using .NET?
I really appreciate your information even if your language is not c#, using different version of Visual Studio, or different version of driver.
Thanks in advance.
I want to connect to MAS90 data source, which is not local but on a different computer.
The driver on the remote machine is ProvideX ODBC Driver version 4.21.1000.
We are using visual studio 2008 and c#.
I tried many different connection strings, for example:
conn.ConnectionString = @"Driver={MAS90 32-Bit ODBC Driver};DSN=SOTAMAS90;User=xxx;Password=xxxx;Company=xxx;Server=xxx.xxx.x.xxx";
conn.ConnectionString = "DSN=SOTAMAS90_KEN2;UID=xxx;PWD=xxxx;Company=xxx;Server=xxx.xxx.x.xxx";
I tried various versions, but I always get "ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
Has anyone connected MAS90 data source remotely using .NET?
I really appreciate your information even if your language is not c#, using different version of Visual Studio, or different version of driver.
Thanks in advance.