Sybase AsaClient and DbProviderFactories -
10-22-2007
, 10:20 PM
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.A saclient).
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 |