1 . How to Use question mark in query on Data binder ?
Are you planning to use JDBC Datasource connection? Are you building custom Form Load Binder plugin?
1.I want to use JDBC binder in section Load binder ,next step is to get data from Load binder.
But I don't know how to ,Due to
I want to use JDBC binder in section Load binder ,next step is to get data from Load binder.
Basically this is how to use: SELECT * FROM [any table] WHERE [some field] = ?, which the '?' will be replaced by form's primary key value