== Datasource Configuration File ==
This configuration file sets the details on the datasource that Transfer is going to be connected to, and results in the [http://docs.transfer-orm.com/html/transferapi/transfer/com/sql/Datasource.html transfer.com.sql.Datasource] bean that is available from [http://docs.transfer-orm.com/html/transferapi/transfer/TransferFactory.html].
The xml schema file can be found at: [http://www.transfer-orm.com/transfer/resources/xsd/datasource.xsd /transfer/resources/xsd/datasource.xsd].
It is '''highly recommended''' that when creating a new datasource xml file, you validate your xml against this xml schema.
== Elements ==
* '''datasource'''
Top level element for the xml file.
** '''name'''
The name of the datasource as defined in the ColdFusion Administrator
** '''username'''
If a username is required with every query, specify it here. If not, leave blank.
** '''password'''
If a password is required with every query, specify it here. If not, leave blank.
[[Category:Configuration]]