weee
06-01-2004, 09:00 PM
When I'm updating a number it should be in '?
like that:
SQL = "UPDATE tstTBL SET numOfProducts='" & numOfProducts & "' WHERE id=" & companyId
Or without?
like that:
SQL = "UPDATE tstTBL SET numOfProducts='" & numOfProducts & "' WHERE id=" & companyId
Or without?