Gets or sets the database connection string that is used to connect to the database.
The database connection string used to connect to the database.
The connections string is specific to the connection type. See ConnectionType for more information.
Connection string for MS Access via ODBC:
"DSN=MS Access Database;UID=admin;PWD=;SystemDB=C:\data\System.mdw;SafeTransactions = 0;FIL=MS Access;DriverID = 25;DBQ=C:\data\train33.mdb"Another connection string for MS Access via ODBC:
"Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Work\cvs_root\log4net-1.2\access.mdb;UID=;PWD=;"Connection string for MS Access via OLE DB:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Work\cvs_root\log4net-1.2\access.mdb;User Id=;Password=;"
AdoNetAppender Class | log4net.Appender Namespace