skip to main content
Configuring the ADO.NET Client : Connecting to a Database
 

Connecting to a Database

Once the data provider is installed, you can connect from your application to your database with a connection string. Refer to the OpenAccess SDK Client Reference for a description of the connection string options.
In this section: 
* Example 1: Using the Provider-Specific Objects
* Example 2: Using the Common Programming Model