Query Section


The following items are specified in the query section. They are all related to the data source. If the data source is specified in either a System, User or File DSN it will only be necessary to specify the DSN and the SQL.

NameDescription
dsnData Source Name, refers to a saved configuration
drivername of the driver to connect through
servercomputer name to connect to ("." indicates current machine)
databasedatabase
dbqDatabase Qualifier, used to supply a directory for drivers that store tables as single files
useruser name for the data source (if required)
passwordpassword for the data source (if required)
sqlSQL statement to process

An example query configuration might be:

<query> <dsn>QATests</dsn> <sql>Select * From FreqResponse Order By Freq</sql> </query>