This method will close a database.
Function Close
none
Example
Sample code
Dim val
If DB.Select() Then
Do
val = DB.GetCellVaue( "Field1" )
Loop While( DB.GoNext() )
DB.Close()
End If
See also
Platform Objects and Methods
DB.sort
DB.AppendFinish