VB6
beginners tutorial - Learn VB6
Advanced
VB6 tutorial - Learn Advanced VB6
Systems
Analysis - System analysis and Design tutorial for Software Engineering
|
You are here: Visual
Basic > Advanced VB6 tutorial
> Chapter 8
Other Events of the ADO Data Control Visual Basic 6 (VB6)
The remaining events of the ADO Data Control are just exposed events of the
underlying Recordset. As such, they are identical to the Recordset object's events
discussed later in this chapter. These events include the following:
-
EndOfRecordset
-
FieldChangeComplete
-
MoveComplete
-
RecordChangeComplete
-
RecordsetChangeComplete
-
WillChangeField
-
WillChangeRecord
-
WillChangeRecordset
-
WillMove
Refer to the discussion of these events in the sections of this chapter that
discuss Recordset object events.
See Also
<< Previous | Contents
| Next >>
|
|
|