Skip to main content
Participating Frequently
May 5, 2010
Question

Inserting Values

  • May 5, 2010
  • 1 reply
  • 223 views

I have form which consist of multiple text box and dropdown

so when user selects them I need to update there values in a table.

So what is the process I need to do.

what does this mean

update dl.art
set

art.desc                  = '#FORM["fee_desc.#i#"]',
  art_type             = '#FORM["art_type.#i#"]',

    This topic has been closed for replies.

    1 reply

    Inspiring
    May 5, 2010

    It means that whoever wrote it knows how to use array notation.  That code is probably inside a loop.