Sybase AsaClient and DbProviderFactories

J

JC

Hello all,

My team is trying to use the iAnywhere.Sybase.Asaclient (middle part
might be spelled incorrect) in our C# project with a DbProviderFactory
class to generate new code.

However when we try to create a new factory with DbProviderFactory
factory = DbProviderFactories.GetFactory("iAnywhere.Sybase.Asaclient).

This returns an ArgumentException to us.

Is there something special we need to install or do to be able to use
Asaclient objects with the ADO.NET factories?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top