My SQL
You must specify this information, if you set the value in the Connection field to My SQL:
- Name
- The name of the data source.
- Display Name
- The name to be displayed in the application.
- Hostname
- The host address for this database connection.
- Port
- The port number used for the database connection. If not specified, the default port number (1521) is used.
- Database
- The database instance name used for the data source connection. If the value is Null, the default instance for the selected connection type is used.
- Pre-Command
- The value of a command generated at the start of an interface service run (that uses this data source). For example, the command can be used to pass site information to another connection.
- Post-Command
- The value of a command generated at the end of an interface service run (that uses this data source).
- User
- The user name for the connection that use this data source.
- Password
- The password for the connection that use this data source.