D
Dou
I use the following SQL to update the QtyOnOrder in table SpareParts, but it
cann't.
the QtyOnOrder is single type.
n=8
tbCSN='8210401002'
MySQL = "UPDATE SpareParts SET QtyOnOrder=" & n & " WHERE CSN='" &
tbCSN & "';"
MyDB.Execute (MySQL)
Don't have any error message, How to solve this problem? Thanks
cann't.
the QtyOnOrder is single type.
n=8
tbCSN='8210401002'
MySQL = "UPDATE SpareParts SET QtyOnOrder=" & n & " WHERE CSN='" &
tbCSN & "';"
MyDB.Execute (MySQL)
Don't have any error message, How to solve this problem? Thanks