Create an Application to View and Update Databases (Delegate Drivers tutorial)

From RAD Studio
Jump to: navigation, search

Go Up to Tutorial:_Using_dbExpress_Delegate_Drivers


To test the capabilities of delegate drivers on a dbExpress, first you need to create an application to view and update a database. Using dbExpress to View and Update Databases in an Application shows you how to create an application that will be extended to trace and pool the connection. This tutorial uses an Interbase connection, but you can use any connection that has a DBExpress 4 driver.

Set the name of the connection created in the second step of Using dbExpress to View and Update Databases in an Application tutorial to DGCONNECTION and the Database Name to the database you need. This tutorial uses the database located in C:\Embarcadero\InterBase\examples\database\employee.gdb.

Next