Sybase ASE ADO.net 2.0 provider?

后端 未结 5 1024
夕颜
夕颜 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:02

    This question is fairly old but it seems to have gotten easier to get the ADO Connector.

    1. Download the "Get a Free "Developer" Edition" from http://scn.sap.com/community/developer-center/oltp-db
    2. Choose Custom Install when given the option.
    3. Only install the .Net ADO package from the custom install.
    4. Reference the Sybase.AdoNet4.AseClient.dll in your solution from where the install put the files.

    You should then be able perform queries, updates etc. in .NET by following the directions from here: http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.sdk_12.5.1.adonet/html/adonet/DAFJEFIF.htm

提交回复
热议问题