This is an example of a multiple Databoxes with Updating

The databox©es on this page are draggable
  A databox© is an updatable table list.
  Click on any row to display the
  record in order to update that row.
 
The SQLs used on this page for the databox©s

    SELECT name, instinct, family, height
      FROM dog
  ORDER BY instinct
     FORMAT databox
  TABLEHEADER My dog box
        DIV box1

    SELECT firstname, surname, title, init, publisher, year, subject, country
      FROM book
     FORMAT databox
  TABLEHEADER My favourite authors
        DIV box2

    SELECT *
      FROM foe
     FORMAT databox
        DIV box3
 
The databox©es on this page are draggable