PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Adds the connection string to the list of dynamic database connections.

Syntax

Smartsite SXML CopyCode image Copy Code
database.connections.add(string id, string connectionString)
database.connections.add(string id, string connectionString, string providerName)

Parameters

Name Data Type Description
id String Id of the database.
connectionString String Connection string to the database.
providerName String Name of the database provider. Examples: System.Data.SqlClient for SqlServer (default) or Oracle.DataAccess.Client for Oracle.

Return Value

None.
SXML