Dynamic Web Tutorials and Notes
Displaying data - Create recordset
Data is displayed from Databases in records (a set of related information equal to a row of a table). Hence a ‘recordset’
- Click ‘Window>Bindings’

- Click ‘+’ button
- Click ‘Recordset’
- In name type ‘rsTestRecordSet’
- In connection select ‘connTest’ (defined in previous step)
- Select Table 'Employees'
- Click columns ‘All’

- Click filter ‘none’
- Click sort ‘none’
- Click ‘test’ button
- See database contents
- Click ’OK’
- Click ’OK’