|
Connecting to Databases
|
Previous Top Next |
| 1. | Set the TABSDatabase.MultiUser property to True, if multi-user database access is expected or set the MultiUser property to False, if database access is known to be a single-user one.
|
| 2. | Call the TABSDatabase.Open method or set the TABSDatabase.Connected property to True.
|
| 1. | Set the TABSDatabase.Connected property to False.
|
| 2. | Call the TABSDatabase.Close method.
|