Help for this page

Select Code to Download


  1. or download this
    SET H2DRIVERS= -pg -tool
    SET CLASSPATH=-cp "D:\Program Files (x86)\H2\bin\h2-1.3.175.jar
    ...
    SET H2FLAGS= -webAllowOthers -tcpAllowOthers -url jdbc:h2:file:AvCloud
    +LiteDB -driver org.postgresql.Driver
    
    java  %CLASSPATH% org.h2.tools.Console %H2DRIVERS% %H2FLAGS%
    
  2. or download this
    use strict;
    use warnings;
    ...
       print "\n";
    }
    close $dbh;