How to use Question Mark (?) string literal for JDBC connection?
Confluence User - 27 Aug, 2018
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.
forms;jdbc;formgrid