Stonefield Query normally uses a connection string to connect to an ODBC data source, even if you specify a data source name (DSN) in the Select Data Source dialog. Using a connection string has the advantage that the DSN doesn't have to exist on the user's system. Also, connection information can easily be changed dynamically in a GetDataSources script for a database.

However, there are a couple of instances where using a connection string rather than a DSN isn't a good idea:

See Also
Configuration Settings | GetDataSources