Database Connectivity: A Complete Guide
Database access with DG follows the traditional client/server pattern:
- Identify the database you wish to access.
- Connect to the database.
- Perform desired operations against that connection.
- Disconnect from the database.
Contents
Connecting to a Database Using a Database Name Property
See Also
AdgConnection Class
Connecting to a Database Using a Database Name Property