NET Logging Library
OpenConnection Method (OleDbTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > OleDbTarget Class : OpenConnection Method
Open a database connection if it is not already open
Syntax
Public Overrides Sub OpenConnection( _
   ByVal connectionString As String _
) 
Dim instance As OleDbTarget
Dim connectionString As String
 
instance.OpenConnection(connectionString)
public override void OpenConnection( 
   string connectionString
)
public:
void OpenConnection( 
   String^ connectionString
) override 

Parameters

connectionString
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

OleDbTarget Class
OleDbTarget Members