I am getting this error when trying to connect to sybase database using oledb connectivity from visual studio.net 2005
The 'Sybase ASE OLE DB Provider' provider is not registered on the local machine.
For Sybase ASE 12.5 there are at least 2 OLEDB drivers.
Newest:
Previous:
If you can use the newest you should!
For oledb connections you need to install some stored procedures on the server, for the newer client they're in $SYBASE/DataAccess/OLEDB/sp, run install_oledb_sprocs.bat.
If these drivers appear installed and you're still not getting it to work try and run "regsvr32 sydaase.dll" to re-register the driver.