Sybase ASE Provider - kevinsea/Insight.Database GitHub Wiki
Insight.Database works with Sybase ASE. You must first install the Sybase ASE provider for .NET (Sybase.AdoNet4.AseClient) and add it to your project.
Before you can use Insight.Database with Sybase, you must first install and register the provider in your application.
- Install the Insight.Database.Providers.SybaseAse package from NuGet.
- Add a reference to Sybase.AdoNet4.AseClient to your project.
- Table-Valued Parameters are not supported.