Skip to Content
0
Former Member
Jun 25, 2008 at 11:01 AM

Dynamic select from Oracle database

26 Views

Hello,

I have scenario from oracle to file.

In JDBC sender adapter I have this statement:

SELECT * FROM OPEN_FRIDAYS_VW WHERE ID =197

I'm looking for the way to insert dynamic ID (instead off the number 197) via web page to communication channel.

Elad