Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfusefile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfUseFile()
Function used by the library to use a file
------------------------------------------------------------------------------
Syntax:

     dfUseFile( <cFName>, <cAlias>,
           [<lExclusive>], [<cDriver>] ) --> lOpen

Parameters:

     <cFName>   Phisical name of the file
     <cAlias>   Alias of the file
     <lExclusive> If .T. the database is opened in exclusive mode.
     DEFAULT .T.
     <cDriver>  RDD to use. DEFAULT RDDSETDEFAULT()

Returns:

     <lOpen>   If .T. the database now is open

Description:

     Function used by the library to use a file
     
     For open a file using the information of DBDD see NG of DDUSE or DFUSE

Example:

     // Open customer
     dfUseFile( "customer.dbf", "customer" )

See also:

     ddUse(), dfUse()

See Also: ddUse() dfUse()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson