Harbour Reference Guide

 

DBCLOSEALL()

Close all open files in all work areas.

Syntax

DbCloseAll() -> NIL

Returns

DBCLOSEALL() always return NIL

Description

This function close all open databases and all associated indexes.In addition, it closes all format files and moves the work area pointer to the first position
Examples
      Function Main()

       Use Test New

       DbEdit()

       Use Test1 New

       DbEdit()

       DbCloseAll()

       USE

       Return Nil
Status

Ready

Compliance

DBCLOSEALL() is fully CA-Clipper compliant.

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30