G
Guest
Hi
I am trying to connect to the Sybase server from a ASP.NET page. I keep getting the following error message when I run the page
ERROR [IM003] Specified driver could not be loaded due to system error 126 (Sybase System 11).
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: ERROR [IM003] Specified driver could not be loaded due to system error 126 (Sybase System 11)
I am using an ODBCConnection object to connect to the database. I have tried connecting to the SYbase server using MS Access and it works fine. All the other connections to the SQL server database work well, expect this one
Please help.
Thanks
Sri.
I am trying to connect to the Sybase server from a ASP.NET page. I keep getting the following error message when I run the page
ERROR [IM003] Specified driver could not be loaded due to system error 126 (Sybase System 11).
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: ERROR [IM003] Specified driver could not be loaded due to system error 126 (Sybase System 11)
I am using an ODBCConnection object to connect to the database. I have tried connecting to the SYbase server using MS Access and it works fine. All the other connections to the SQL server database work well, expect this one
Please help.
Thanks
Sri.