Help for this page

Select Code to Download


  1. or download this
      <metadata>
        <field name="ITEM" alias="a1"/>
    ...
          <a2>FRMNT</a2>
        </rec>
      </data>
    
  2. or download this
    use strict;
    use DBI;
    ...
       $gen->execute ("SELECT ITEM,LOC FROM SKU");
       $dbh->disconnect ();
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?><database>
     <select>
    ...
      <row>
     </select>
    </database>