Symphony Framework
DBAccess Class
Members  Example 
Symphony.dB Namespace : DBAccess Class
Standard ISAM access to relational database. Providing the ability to migrate your applicaiton data from ISAM to a relational database without having to change the data processing structure and logic of your application provides a powerful migration path to a powerful relational database. Symphony.dB provides a number of classes and method to emulate the ISAM style processing of your existing application.
Syntax
public class DBAccess 
Example
DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
Inheritance Hierarchy

System.Object
   Symphony.dB.DBAccess

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 Members
Symphony.dB Namespace