Is is possible to use this driver to attach to Sybase?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
tanbronson
Posts: 1
Joined: Fri 24 Sep 2010 20:09

Is is possible to use this driver to attach to Sybase?

Post by tanbronson » Fri 24 Sep 2010 20:18

Sybase 4.2 was branched to SqlServer 4.2, and they have the DBlibrary in common. I was wondering if there was a way to either
- tell mssql to use an ancient protocol
- tell this driver to the the Sybase OLEDB driver instead.

I know it wouldn't be supported, but I figured it wouldn't hurt to ask!

thanks in advance.

p.s. Thanks for a solid collection of dbexpress drivers!

AndreyZ

Post by AndreyZ » Mon 27 Sep 2010 08:19

Hello,

DbxSda doesn't support Sybase databases. But you can test DbxSda with Sybase changing the TCRSQLConnection.VendorLib property. Also, you can use UniDAC for access to the Sybase database through ODBC. You can view the description of UniDAC here: http://www.devart.com/unidac

Post Reply