S
subbu
Hi,
I am using the update statement to update the record in
the table.I am getting the above error during the query
formation step.The same way i did update another
table.what is the reason for the error.I am pasting the
statement here
ssql = UPDATE Request SET Req_IDN =" + strNumber + "
WHERE Req_IDN =" & 0
subbu
I am using the update statement to update the record in
the table.I am getting the above error during the query
formation step.The same way i did update another
table.what is the reason for the error.I am pasting the
statement here
ssql = UPDATE Request SET Req_IDN =" + strNumber + "
WHERE Req_IDN =" & 0
subbu