0

How can I connect to a Sybase Database using C#.Net? Do I need to install a specific dll or I should add something in the

using

section?

1

2 Answers 2

1

You'll need to do both. You can either get providers from Sybase (my last experience was not entirely positive... their connector consisted of an unmanaged dll and a managed wrapper that was not portable across 32/64 bit machines), or use the ones from the Mono project. I'm sure there are several other providers like DataDirect as well.

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

Comments

1

An alternative to the answer provided so far is to download and install the ODBC drivers, then lookup connecting to ODBC in C#.

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.