开发者

How to connect from Delphi to Sybase Sql Server?

开发者 https://www.devze.com 2022-12-16 18:30 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消