Accessing a database

Before you can display data in a DataWindow control, you must get the data that is stored in the data source into that control. The most common way to get the data is to access a database.

You can use either a Transaction object or an AdoTransaction object to access a database. For more information, see Chapter 5, “Working with Transaction and AdoTransaction Objects.”