Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI;
    ...
                    $row->find ("UserName")->string_value ());
       }
    $dbh->disconnect ()
    
  2. or download this
    Sample data
    <USERS1>
    ...
        <UserId>4b618e05-1eca-494b-baa5-ab85bd46f0f3</UserId>
      </row>
    </USERS1>
    
  3. or download this
    create_table_users1.sql
    CREATE TABLE users1
    (
        create_string datetime  ,
        username    varchar(32) );