Symphony Framework
DBConnector Class
Members 
Symphony.Harmony Namespace : DBConnector Class
Allow the Symphony Harmony client to define either the local Symphony Hamrony or the required remote Symphony Bridge server connection protocol. Define the required connection settings to allow the Symphony Harmony client to connect to the local or remote resource.
Syntax
public sealed class DBConnector 
Remarks
Each data and logic access method within the Symphony Harmony framework requires a valid DBConnector instance. This DBConnector instance provides the required connection information.Connections can be either local(in-process) or remote via Symphony Bridge. The connection string passed to the DBConnector constructor must identify if the connection is local(SymLocal:) or remote(SymRemote:).

The connection string also includes the user credentials, the server information if accessing a remote $Symphony Bridge$$ server and the name of the required table mapping method(fully qualified).

Inheritance Hierarchy

System.Object
   Symphony.Harmony.DBConnector

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

DBConnector Members
Symphony.Harmony Namespace