Hi All,
Stuck with a db2 sql query...(using ASP/VBScript to write the query)
error is
Help please
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
Stuck with a db2 sql query...(using ASP/VBScript to write the query)
Code:
sSQL = "update form_header set form_status ='" & sStatus & "', form_name = form_name ||'_del_'||current time where form_id = " & sFormID
error is
update form_header set form_status ='2', form_name = form_name ||'_del_'||current time where form_id = 151
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[IBM][CLI Driver][DB2/NT] SQL0440N No authorized routine named "||" of type "FUNCTION" having compatible arguments was found. SQLSTATE=42884
/apiss250/bastien250/PortalAdmin/Core/admin_config_form.asp, line 1944
Help please
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...