Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 CLASS TDataBase DataBases management as objects
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 cAlias          The workarea alias where the DataBase object has been created
 cFile           The name of the DBF file associated
 cDriver         The name of the driver associated
 lShared         If the workarea is shared
 lReadOnly       If the workarea is readonly
 bBoF            CodeBlock to execute when BoF()
 bEoF            CodeBlock to execute when EoF()
 nArea           The workarea order used  (i.e.: 1,2,3, ... )
 lBuffer         To use or not a buffer. It is a must for NetWorking!
 aBuffer         An editing buffer holding fields temporary data             .

 METHODs
--------------------------------------------------------------------------------
 New             Constructor
 Skip            Skips like DbSkip()
 Activate        Select its workarea as the one currently active
 AddIndex        Adds a new index
 Append          Adds a new record
 Blank           Empties the editing buffer
 Bof             Checks if beginning of file
 Close           Closes the workarea
 CloseIndex      Closes an index
 Commit          Flushes pending file buffers
 Create          Creates a new DataBase
 CreateIndex     Creates a new Index
 ClearRelation   Clear active relations
 DeActivate      Closes the database. It acts like DbCloseArea()
 DbCreate        Creates the DBF file from its structure in a array
 Delete          Mark a record for deletion
 Deleted         Return the deleted status of the current record
 DeleteIndex     Remove a specified order from an order bag
 Eof             Determine when End of file is encountered
 Eval            Evaluates a codeblock for records matching a scope/condition
 FCount          Return the number of fields in the current DBF file
 FieldGet        Retrieve the value of a field variable
 FieldPut        Set the value of a field variable
 Found           Determine if the previous search operation succeeded
 GoTo            Move to the record having the specified record number
 GoTop           Move to the first logical record
 GoBottom        Move to the last logical record
 IndexKey        Return the key expression of a specified index
 IndexName       Return the name of an order in the Order list
 IndexBagName    Return the Order bag name of a specified Order
 IndexOrder      Return the position of an Order in the current Order List
 LastRec         Determine the number of records in the current DBF file
 Load            Loads the record contents into the editing buffer
 Lock            Lock an open and shared database file
 Pack            Removes all record marked for deletion
 ReCall          Restore records marked for deletion
 RecCount        Determine the number of records in the current DBF file
 RecLock         Lock the current record
 RecNo           Return the current record number
 Save            Saves the editing buffer contents into the DBF file
 SetBuffer       Activates/Deactivates the editing buffer                    .
 Seek            Move to the record having the specified key value
 SetOrder        Set focus to an order in an Order list
 SetRelation     Relate two work areas
 Skip            Move relative to the current record
 Skipper         Try to skip a certain amount of records
 UnLock          Release all locks for the current work area
 Use             Use a database file in a work area
 Used            Determine whether a database file is in USE
 Zap             Remove all records from the current database file

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