Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh -> prepare (qq~use FFImages~);
    $sth -> execute();
    
  2. or download this
    $sth = $dbh -> prepare (qq~use FFImages select * from information_sche
    +ma.tables where table_catalog = 'FFImages' and table_type = 'Base Tab
    +le'~) or die "Could not prepair";
    $sth -> execute() or die "$DBI::errstr";