Symphony Framework
DBAccess Constructor
Example 
Symphony.dB Namespace > DBAccess Class : DBAccess Constructor
The table/file name. The DBAccess class uses the DatabaseManager.FileNameToClass code generated class/method to map the file reference to the table name.
The location (folder specification or logical) where the required assemblies will be located.
The name of the assembly (including location) of the assembly containing the code generated database managment classes.
Create an insance of the DBAccess class.
Syntax

Parameters

fileReference
The table/file name. The DBAccess class uses the DatabaseManager.FileNameToClass code generated class/method to map the file reference to the table name.
dbLocation
The location (folder specification or logical) where the required assemblies will be located.
dbAssembly
The name of the assembly (including location) of the assembly containing the code generated database managment classes.
Remarks
The DBAccess class allows ISAM style access and managment of relation database storage.
Example
DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
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