Hi there,
I want to execute UDF with input parameter claimno = request.form(claimno) ... how do I have to write the statement, for instance:
str="select top 1 statusnew from getNewStatusByDS(" & "'Claimno'" & ") order by datemax desc"
Or in different way ... maybe completely wrong.
ciao,
ZuZa.
I want to execute UDF with input parameter claimno = request.form(claimno) ... how do I have to write the statement, for instance:
str="select top 1 statusnew from getNewStatusByDS(" & "'Claimno'" & ") order by datemax desc"
Or in different way ... maybe completely wrong.
ciao,
ZuZa.