we’re actually running an update, and I’ve run this on the database with no problem…
update positive_pays set pos_created_date = ‘07/01/2005’ where pos_program = ‘2’ and pos_check = ‘05006’
the date goes in fine. the JDBC AS has…
on the ‘Table’ tab,
positive_pays
on the ‘UPDATE’ tab,
pos_created_date date DATE ?
pos_created_date date DATE pos_created_date java.lang.String
on the ‘WHERE’ tab,
pos_program = ?
pos_check = ?
VARCHAR java.lang.String program
VARCHAR java.lang.String check_no
and when I run the service, I supply these inputs:
program: 2
check_no: 05006
pos_created_date: 07/01/2005
and get the above message.
any ideas?
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB