![]() |
#2
madpbpl2007-12-06 11:11
|
strSQL="Update MachineInfo set MachineTypeID="
strSQL=strSQL&MachineType &" where CustomerID=(select CustomerID from CustomerInfo where Account='"
strSQL=strSQL & UserName & "')"