I design web-application which uses MySQL 4.0 and ODBCconnection.
Framework 1.1. On the developer PC (WinXP SP1, VS2003) everything is OK.
On the test PC(Win2000 server, Framework 1.1 + MDAC 2.7 + MySQL ODBC drivers) the following code raises exception:
oAdapter.Fill(table);
NO_DATA - no error information available
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.Odbc.OdbcException: NO_DATA - no error information available
Framework 1.1. On the developer PC (WinXP SP1, VS2003) everything is OK.
On the test PC(Win2000 server, Framework 1.1 + MDAC 2.7 + MySQL ODBC drivers) the following code raises exception:
oAdapter.Fill(table);
NO_DATA - no error information available
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.Odbc.OdbcException: NO_DATA - no error information available