JDBC LOAD BINDER plugins question

Confluence User - 25 Oct, 2016

Dear Expert,

How can I specific the where clause to match the form ID. I have try the following and it seem not working

select c_data1, c_data2 from app_fd_table where c_refKey = '#form.table.id#';

 

jdbc;plugins

2


25 Oct, 2016
confluenceUser
1
confluenceUser

Ok, I got the Answer

the statement should be 

select c_data1, c_data2 from app_fd_table where c_refKey = ?

Simple enough!!!!

Thanks

11 Jul, 2018
confluenceUser
confluenceUser

If I have multiple condition e.g select c_data1, c_data2 from app_fd_table where c_refKey = ? AND c_data1 = *some other variable on the form but not stored yet* Then, please explain how it can work?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print