Set up a database connection string
See Databases.
-
On the
Home page, click
.
The Database Connections page appears.
-
Enter a connection string in the
Connection String box:
-
If using a SQL server native driver, enter the connection string value as "Server=(local);Trusted_Connection=Yes;Database=<database name>;"
-
If using ODBC (Open Database Connectivity), set up a data source connection to your database (using ODBC Data Source administrator), that is, a system data source name (DSN), and enter the connection string value as "DSN=<databasename>; "
-
If using OLEDB (Object Linking and Embedding Database), enter the connection string value as "Provider=sqlncli11;Server=<server name>;Trusted_Connection=yes; Initial Catalog=<database name>;"
-
-
Click
Add
.
Note A connection string is just a shortcut, not a linked reference. Therefore updating a connection string has no impact on existing activities or events.