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.
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.
Have you checked to see if the driver is installed on the machine?
One way of checking is to try to create a DSN from the machine running ODBCAD32.exe and creating a NEW connection. It shows you the drivers installed.
For sybase 12.5 there are at least 2 OLEDB drivers.
Creates .sod files in C:\sybase\DataAccess\bin for each server config that you create.
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 this drivers appear installed and you're still not getting it to work try and run "regsvr32 sydaase.dll" to re-register the driver.