Datasource_Configuration_File - TransferORM/transfer GitHub Wiki

This configuration file sets the details on the datasource that Transfer is going to be connected to, and results in the 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: /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.
⚠️ **GitHub.com Fallback** ⚠️