SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DBCreator Object‎ > ‎

DBCreator.Close


Platform Objects


Description

This method will close a database.


Syntax


Function Close


Parameters


none


Return value


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
DBCreator.CopyRecord