| RTL referenceGlossaryTips/TricksFREE App/VCLBest'O'NetBooksLink To |
| Quiz: Delphi ADO Programming | |||||
| Correct: 8 | |||||
|
Correct!
It's understandable, that prior to working with the data in a table, an application must first open a dataset. Delphi has two methods of performing this function. As we already saw, the Active property can be set to True at design or run time. We can also call the Open method at run time. The Open method sets the Active property to True and activates the connection.
|
|||||

