20 Jul
2007
20 Jul
'07
10:37 a.m.
Bharani wrote:
Hi,
I am trying to execute this sql as prepared statement
update reason set failurereason=? where ID=?
reason is a table with two columns ID is integer failurereason is a string
During the batch execution i see
exec 3('whatever',2);
in the batch and then i get
MALException:(unknown):wrong argument for prepared statement (expected int instead of char)
Looks like expected types are getting swapped.
Thanks Bharani
Looks like you're right. Can you submit a bug report in sourceforge (https://sourceforge.net/tracker/?group_id=56967&atid=482468)? Thanks. -- Sjoerd Mullender