Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Good find, Voon Lok :)
According to this link --> https://stackoverflow.com/questions/26516204/how-do-i-escape-a-literal-question-mark-in-a-jdbc-prepared-statement
Except for PostgreSQL where question marks are escaped with double question marks (??), usually other databases does not require any additional steps to escape a question mark in a literal string.
Hope this clarifies.
I found that you have to use CHAR(63 using ASCII) instead of ?
Hey Voon Lok,
Very good question indeed!
I will pass this request to the team to handle this matter.
I will get back to you here once this suggestion has been implemented.
Best regards.
Hi,
I'm placing a hyperlink in the form grid using JDBC binder. If I use the question mark in the string, it throws a java error (presumably because ? is a variable for the preparedstatement). How can I use the '?' in JDBC binder? Thanks. See yellow highlight below.