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 Add Database 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:

Set the Use DSNless Connection property to False if you want to use a DSN rather than a connection string.

See Also
Configuration Settings | GetDataSources