CONGRATULATIONS!!!!    ONLY    4    LESSONS    REMAINING!!!


OBJECTIVE

The Data Control is a powerful control that is supplied with all standard VB packages. This function enables you to write programs that access databases such as Access, dBase, Btrieve, Paradox and FoxPro.

DATA CONTROL

1.  When using an Access database, the DatabaseName property of a data
control is a string that specifies:

    (a) The name of the required table
    (b) The name of the required database
    (c) The name of the bound control

2.  When using Access database, the RecordSource property of a data 
control is a string that specifies: 
  
    (a) The name of the required table in the database
    (b) The content of the SQL statement
    (c) The name of the field

3.  A Scroll bar may be a bound control
  
    (a) False
    (b) True

4.  The ReadOnly property is used for ....

5.  The AddNew method is used for ....

6.  The Delete method is used for ....

7.  The MoveNext method is used for ....

TEST YOUR PROGRESS

ANSWER KEY:

BACK TO HOMEPAGE

VB ONLINE: