I cannot find 64bit versions of Sybase.DataAseClient.dll and
Sybdrvado115a.dll anywhere. Are these dlls only available
in 32bit? We are writing a Sybase monitor for Microsoft
Operations Manager and always offer both 32 and "true" 64bit
versions of our solutions. Any help here would be greatly
appreciated.
Sybase.Data.AseClient.dll is based on the ADO.NET 1.1 API.
For Winx64 there will be no 1.1 Provider available.
Instead, Sybase offers a Provider based on the ADO.NET 2.0 API.
In %SYBASE%\DataAccess64\ADONET\dll you should see:
Ase.AdoNet2.AseClient.dll and sybbdrvado20.dll
When you install the Winx65 SDK you'll receive both 32 and 64 bit Client
drivers.
32 bit remain in the %SYBASE%\DataAccess\<Driver>\dll folders.
In this case the 32 bit ADONET\dll folder contains both the 32 and 64 bit
ADO.NET Data Providers.
-Paul
<Anthony LaMark> wrote in message
news:4ab94dfb.660...@sybase.com...