Sybase connectivity

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.
 
H

Hussein Abuthuraya[MSFT]

This looks like permissions issue. Use FileMon and/or RegMon from SysInternals.com to audit the file system and the registry to see on what resource you are getting
Access Denied. Once you locate the resource, make sure to give the account sufficient privileges ( to a folder, file or a registry key).

I hope this helps!

Thanks,
Hussein Abuthuraya
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Microsoft Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top