Help for this page

Select Code to Download


  1. or download this
    $dbh=DBI->connect('dbi:SQLite:database=:memory:','','',{ PrintError=>0
    +,RaiseError=>1 });
    
  2. or download this
    $dbh->sqlite_backup_from_file( $filename )
     or
    $dbh->sqlite_backup_to_file( $filename )