Connect to a Database (dbExpress Tutorial)

From RAD Studio
Jump to: navigation, search

Go Up to Tutorial: Using dbExpress to View and Update Databases in an Application


The application you create in this tutorial allows you to view and update data in any database to which you are connected.

For information on how to connect to a database using Data Explorer, see Creating a Database Connection, which shows how to connect to an InterBase database, but the procedure applies to any database.

Note: Only connections whose name ends in "CONNECTION", such as "IBCONNECTION", are recognized. If necessary, rename the connection you are using so that its name ends in "CONNECTION".

Next

Populate Main Dialog with Components