PDA

View Full Version : how can i using input carry dynamicSql to jdbcAdapter


colin1114
04-17-2006, 23:06
if I using sql "select a,b,c from abc" ,but "a,b,c" is dynamic,it may be "c,d,e".how can i using the sql throw input/output carry the dynamic value

jeevanrego
04-18-2006, 00:45
Hi Colin

A Flow service could be written, to dynamically give the inputs at runtime to your adapter service.

Cheers
Jeevan