.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataEngine Class : ConnectionString Property
ConnectionString Property (DataEngine)
Gets or sets the string used to open a SQL Server, Access, or Excel database.
Syntax
'Declaration
 
Public Property ConnectionString As String
'Usage
 
Dim instance As DataEngine
Dim value As String
 
instance.ConnectionString = value
 
value = instance.ConnectionString
public string ConnectionString {get; set;}
Remarks
Access, Excel and SQL server are supported and automatically detected based on the connection string specified.
See Getting Started > Tutorials > Connecting to data.
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