-
Notifications
You must be signed in to change notification settings - Fork 145
Sybase ASE Provider
Kevin Callahan edited this page Aug 25, 2016
·
4 revisions
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.
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code