> the 5 lines are my fields in my database..... > > David Smart <[EMAIL PROTECTED]> wrote:The five lines following the third "SQLApp =" line are not part of any statement.
I think what David Smart meant was that they're not SQL. An update statement reads "UPDATE table_name SET column_name = new_value, column_name=new_value WHERE condition" Yours reads "UPDATE * FROM table_name WHERE condition column_name = new_value, column_name = new_value" Revise your SQL and try again. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
