Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents
JDBC Options Binder allows you to retrieve form option records from Joget or a custom database via user-defined SQL query statements.
Name | Description | Screens (Click to view) | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Datasource | Target database to execute SQL statements on. Choices:-
|
| ||||||||||||||||||||||||
Custom JDBC Driver | JDBC driver name. Example values:
Only applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC URL | Database connection URL. Example: jdbc:mysql://localhost:3306/jwdb Only applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC Username | Database username. Example: root Only applicable to "Custom Datasource" option. | |||||||||||||||||||||||||
Custom JDBC Password | Specified database user's password. Only applicable to "Custom Datasource" option.
| |||||||||||||||||||||||||
Use AJAX for cascade options? | When checked, this allows these fields to dynamically load available options based on the other field value (grouping column) when dealing with tremendous amount of selections. Read more at Ajax Cascading Drop-Down List.
| |||||||||||||||||||||||||
Add Empty Option | Click this checkbox if you want an empty option in the selectbox. Clicking this option will display the following field:
| |||||||||||||||||||||||||
SQL SELECT Query | To populate a selectbox, for example, you need to return at least 2 columns. The first column is used for Id. The second column is used for Label.
When Use AJAX for cascade options is checked, make sure that a question mark is placed within the query.
On multi-select box form element on cascade and when using JDBC, remember to use brackets to enclose the ? parameter in
|
APP_jdbc_options_binder_dx_kb.jwa