G
Guest
Hi,
I am facing problem while updating access 2003 table from vb.net. It works
only if I put value in the where statement. Whenevr I put variable in the
WHERE statement , it doesnt work. My code is given below.:
objConn.Execute("UPDATE SalesTable SET DocNumRef ='" & docno1 & "' WHERE
Salesorder ='" & SoNo& "' ")
i declared docno1, SoNo as integer, and both the fields are number in the
SalesTable.
Please help
thanks in advance
BBN
I am facing problem while updating access 2003 table from vb.net. It works
only if I put value in the where statement. Whenevr I put variable in the
WHERE statement , it doesnt work. My code is given below.:
objConn.Execute("UPDATE SalesTable SET DocNumRef ='" & docno1 & "' WHERE
Salesorder ='" & SoNo& "' ")
i declared docno1, SoNo as integer, and both the fields are number in the
SalesTable.
Please help
thanks in advance
BBN