1

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 components (like the dbGo components) or something like that?

4 Answers 4

3

We tested AnyDAC with Sybase SQL Anywhere and Adaptive Server - works just great ! But finally we decided to go with AnyDAC and Firebird.

Sign up to request clarification or add additional context in comments.

Comments

1

You can use sybase odbc drivers or nativedb.

1 Comment

+1 for NativeDB - using it here with Delphi 5 in both a legacy desktop app and a legacy service, and later this year we'll be dragging the whole lot up into Delphi 2007 (which NativeDB also supports). It's not too expensive for what it is, really, and in my experience it's damn fast!
0

I always have a look at www.connectionstrings.com

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.