Sybase ASE ADO.net 2.0 provider?

后端 未结 5 1071
夕颜
夕颜 2021-02-06 03:48

I\'m looking for an ADO.net 2.0 or later provider for Sybase database which seems to be known as Sybase ASE. To clarify, I\'m interested in ASE, and not SQL Anywhere. Hopefully

5条回答
  •  無奈伤痛
    2021-02-06 04:00

    As an alternative to the SAP/Sybase driver, we developed our own ADO.NET Core driver for ASE:

    https://github.com/DataAction/AdoNetCore.AseClient

    .NET Core was a key technology for us - in particular for AWS Lambda - and there is still no ADO.NET Core driver available from SAP/Sybase.

    Our driver supports most of the SAP/Sybase ADO.NET features, aims to be a drop in replacement to the SAP/Sybase one for easy transition, and supports all of the .NET Frameworks you would care about.

    You can get it on Nuget:

    https://www.nuget.org/packages/AdoNetCore.AseClient

提交回复
热议问题