B4J Question jRDC2: How to inject dynamic SQL query statements?

Mashiane

Expert
Licensed User
Longtime User
Ola

Whilst the idea of the SQL. commands stored and managed by the server when using RCD2. I on the other hand would like to create and pass own dynamic commands at runtime.

Yes this might not be the safe alternative and a little risky, but it brings an alternative of a dynamic flexibility without the fuss of hard-coding.

How can I achieve this? for example.

1. I will build my own sql statement as and when I see fit.
2. I will build the arguments that go with that.

These two get passed to whatever RDC2 does and the result is returned and I can process such.

Thanks.
 
Top