Symphony Framework
GenericFileClose Method
Example 
Symphony.dB Namespace > DBAccess Class : GenericFileClose Method
The channel number.
Close an opened instance of the database table.
Syntax
public static int GenericFileClose( 
   int channel
)

Parameters

channel
The channel number.

Return Value

A value of zero (0) is success otherwise an error code.
Remarks
Enables file style managment of a database table. The Generic* methods allow easy migraiton from ISAM style processing to database managment within your application. The GenericFileClose allows you to map the closing of a "file" to disconnectig from the database/table.
Example
if (Symphony.dB.DBAccess.GenericDBCheck(chn)) then
	Symphony.dB.DBAccess.GenericFileClose(chn)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBAccess Class
DBAccess Members