Re: Updating details in a field using asp

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Maarten (nobody_at_pandora.be)
Date: 03/25/04


Date: Thu, 25 Mar 2004 12:55:03 GMT

UPDATE MyTable, Set MyField1 = 'newValue' WHERE MyField1='oldValue'

next :-))

DELETE * FROM MyTable WHERE MyField1='oldValue'