The ODBC connection string to use to connect to the database.
Note: If you specify a driver in the connection string, there must be no white space around the equals sign (=
) following the Driver
parameter name. For example:
ODBCConnectionString=Driver={MySQL ODBC 5.3 Unicode Driver} ; Server = host.domain.com; ...
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName |
Example: | ODBCConnectionString=DSN=postgres;
|
See Also: | OdbcDriverManager |
|