CloseDB Statement
Closes the database that has been opened with the OpenDB command and releases the file number.
Syntax
CloseDB #fileNumber
Parameters
- fileNumber
- Specify the database number (integer value from 501 to 508) specified in OpenDB.
Description
CloseDB closes the database and Excel book, and releases the database number.
Note
- Connection of PC with installed RC+ is required.
See Also
OpenDB, SelectDB, UpdateDB, DeleteDB, Input #, Print #
CloseDB Statement Example
Refer to OpenDB use example.