Chapter 6 Introduction to database programming
Basic skills for building bound forms 208
How to use an ADO data control to process data 208
ADO data control and bound control properties 210
Cursor options 212
Locking options 214
How to build the connection string for an ADO data control 216
Property settings for the bound Vendors form 218
Code for the bound Vendors form 218
Exercise set 6-1: Build a bound form 220
How to work with ActiveX data objects 222
The ActiveX Data Object model 222
Common ADO properties and methods 224
Techniques for working with ADO objects through code 226
Exercise set 6-2: Enhance the bound form 228
Basic skills for building unbound forms 230
How the unbound version of the Vendors form works 230
How to process data without using a data control 232
How to open a connection to a database 234
How to open a recordset 236
How to use a control array 238
Code for the unbound Vendors form 240
Exercise set 6-3: Build an unbound form 250
t
[Prev]
[Next]