| | ConnectionString The ConnectionString can be a DSN (for example, pubs), or it can be a semicolon-separated string containing the provider, database, server, remote provider, and remote server. The remote provider and remote server parameters are required only for connections opened remotely (such as the client browser). You can't specify the provider with a DSN. If you don't specify a provider, ADO uses the default ODBC driver (MSDASQL). You should avoid DSNs unless you're happy with the default ODBC driver. | | |