sactowngirl
Programmer
- May 30, 2008
- 18
I have spent a couple of days in this problem. I have a Console Application in C# that connects to MAS and displays the data successfully. I tried to pass this code (EXACT CODE, EXACT CONNECTION) to a Web App (ASP.NET) and I keep getting this error:
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
when it tries to open the connection.
Why is this not working on ASP.NET but it is on a Console App? I'm using ProvideX ODBC Driver v.4.10.1001.
Any help would be great
Thanks.
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
when it tries to open the connection.
Why is this not working on ASP.NET but it is on a Console App? I'm using ProvideX ODBC Driver v.4.10.1001.
Any help would be great
Thanks.