Data Access  «Prev  Next»

Lesson 4 Creating a recordset Design Time Control
Objective Create a recordset Design Time Control in PHP.

Adding a Recordset DTC

Now that a command object is added, you can put it to use to execute a database query and display the results. You can do this easily with the Recordset DTC. The Recordset DTC properties will be set in order to associate it with the command object added in the previous lesson. This is shown in the following simulation.

Adding Recordset Design TimeControl
In the next lesson, you will learn how the command and recordset objects will display BookTable using bound controls.