Laying the groundwork
Before you start building a horizontal repeat region, you must create a connection to a database, then define a recordset containing the records you want displayed.
In the Andes project, you create a database connection and define a recordset called rsProductThumbs containing the following columns:
|
PROD_ID (product IDs) |
|
PROD_NAME (product names) |
|
THUMB_FILE (the file names of the product thumbnails) |
For instructions on creating database connections, see "Connecting to a Database" in UltraDev Help (Help > Using UltraDev), or on page 89 of the Using Dreamweaver UltraDev 4 manual.
For instructions on defining recordsets, see "Creating a Recordset" in UltraDev Help (Help > Using UltraDev), or on page 125 of the Using Dreamweaver UltraDev 4 manual.
|