Possibe bug: jdbc Fail to retrieve column list

Confluence User - 07 Sep, 2017

When I try to enter a SQL- statement I get continuously the following message:

It seems the JDBC-connection gets stuck,

  

bug;datalists;jdbc

4


08 Sep, 2017
confluenceUser
confluenceUser

Hi Arend-Henk Huzenyest

If you use a JDBC Binder in a selectbox, you need to pass in two parameters to populate the select box id and value, for example:

    SELECT id, c_name FROM app_fd_mytable

or

    SELECT id, CONCAT(c_name, c_telno, c_email) AS myValue FROM app_fd_mytable

08 Sep, 2017
confluenceUser
confluenceUser

Thx for your quick rely

08 Sep, 2017
confluenceUser
confluenceUser

Maybe the documentation can be updated on this point: https://dev.joget.org/community/display/KBv6/JDBC+Options+Binder

14 Sep, 2017
confluenceUser
confluenceUser

Thank you for your feedback Arend-Henk Huzen. We have updated the documentation :-).

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print