Release 1.0 - ...
<connectionstring> element
The connection string to the database.
Since 1.2: The connection string may contain the the extra property "ConfigProcedureName". If this property is set, the stored procedure defined by it is called every time a connection to the database is opened.
Attributes
Attribute name |
Required |
Description |
providername |
No |
The provider points to a .Net class that provides access to the underlying DBMS. Default value is System.Data.SqlClient which refers to the SqlServer provider. For Oracle, use the Oracle.DataAccess.Client provider.
Typical values are (but not restricted to this list):
- System.Data.Odbc
- System.Data.OleDb
- System.Data.OracleClient
- System.Data.SqlClient
- Microsoft.SqlServerCe.Client
- Oracle.DataAccess.Client
- MySql.Data.MySqlClient
|
Parent element
Element name |
Description |
<database> |
Defines a connection to a database and its structure. |
Child elements
None.