Database Connectivity: A Complete Guide

Database access with DG follows the traditional client/server pattern:

  1. Identify the database you wish to access.
  2. Connect to the database.
  3. Perform desired operations against that connection.
  4. Disconnect from the database.

Contents

Connecting to a Database Using a Database Name Property

Disconnecting From a Database

See Also

AdgConnection Class
Connecting to a Database Using a Database Name Property

Disconnecting From a Database
Managing Database Connections