Visual Basic - Objects - Controls - Data
Properties
Methods
| Prefix |
|
dat |
| Default name |
|
Data1 |
| Default property |
|
|
|
|
| VB 3 |
|
|
|
|
| VB 4 |
|
|
|
|
| VB 5 |
|
 |
|
 |
|
Data - Properties:
Caption, Connect,
DatabaseName, RecordSource
- Caption (Default property)
- Default = Data1
- Connect
- The type of database:
= Access (Default), dBase, Excel, Lotus, Paradox, Text
- DatabaseName
- The database file to use - Ex:
= C:\Documents\Database\shops.mdb
- RecordSource
- The Table to use - Ex:
= Customers
> TextBox.DataSource
Data - Methods: