How to connect from Delphi to Sybase Sql Server?
How can I connect from Delphi to Sybase ASE? I want to be able to make querys, execute stored procedures, reference views, etc., all the things that the server allows me to do.
Are there any component开发者_如何学编程s (like the dbGo components) or something like that?
We tested AnyDAC with Sybase SQL Anywhere and Adaptive Server - works just great ! But finally we decided to go with AnyDAC and Firebird.
You can use sybase odbc drivers or nativedb.
I always have a look at www.connectionstrings.com
The dbGo components should work fine, it will work with any database as long as there is a suitable ADO driver for it.
The other data connnection component that come with Delphi, dbExpress, also has Sybase drivers available to download.
精彩评论