Help for this page

Select Code to Download


  1. or download this
    create table occupation /*#descriptor="description"*/ (
      description varchar(40) not null /*#caption="occupation"*/,
      comments text
    )
    
  2. or download this
    <table name="occupation" caption="occupation" descriptor="description"
    +>
        <field name="description" type="varchar" size="40" notnull="1" cap
    +tion="occu
    +pation"/>
        <field name="comments" type="text" caption="comments"/>
      </table>