Format for Connection Strings

Examples in this document represent connection strings in the following form:

parameter1=value1
parameter2=value2
...
This is equivalent to the following connection string:
parameter1=value1;parameter2=value2

You must enter a connection string on a single line, with the parameter settings separated by semicolons.