RE: Creating update statements on the fly

2002-04-02 Thread Jerry Staple
Try This UPDATE tablename SET blah = '#form.blah#' ,string1 = attributes.String1 ,string2 = attributes.String2 ,string3 = attributes.String3 WHERE theid = #form.theid# with regards to create the "set" you are going to have to set a

Re: Creating update statements on the fly

2002-03-29 Thread Rick Walters
There's always the ASP way... #sql# Good Fortune, Richard Walters, Webmaster, Davita Laboratory Services [EMAIL PROTECTED] (800) 604-5227 x 3525 >>> [EMAIL PROTECTED] 03/29/02 11:10AM >>> HI, I wanted to create a Update statement on the fly. For creating a Select statement