Help for this page

Select Code to Download


  1. or download this
    package ABCDB;
    
    ...
    
    our $Attributes =
      { LongReadLen => 65535, LongTruncOk => 1, odbc_query_timeout => 30 }
    +;
    
  2. or download this
    my $dbh = DBI->connect ( "dbi:ODBC:$ABCDB::DSN", $ABCDB::User,
      $ABCDB::Password, $ABCDB::Attributes );