Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: flock
  • Order by date
  1. flock

    UPDATE to a selected record via ASP

    That'll do it.. thanks again Is always forget which codes can mean empty but in different way, ego: empty, null, "", blank. v impressed
  2. flock

    UPDATE to a selected record via ASP

    Great thanks, I have changed my sql to include []'s And written an if statement to take out any blank fields Works but, have a little issues with changing a field that contains a value to be empty DB has a moan. But I'm going to look into my DB design. Just the say thanks, good timing... :)
  3. flock

    UPDATE to a selected record via ASP

    hi all very new to sql I sending this SQL: UPDATE product SET Product ID, Product Name, Color, Size, M/F, Price (SRP), Product Type ID, Product Class, Supplier ID) SET Product ID = '1107', Product Name = 'Active Outdoors Lycra Glove', Color = '', Size = 'xsm', M/F = '', Price (SRP) = '16.5'...

Part and Inventory Search

Back
Top