Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh = DBI->connect('DBI:ODBC:NAME','user','pass') || die $!;
    
  2. or download this
    I'd be happy to leave this away and use the dsn
    
        dbi:ODBC:servernode=192.168.1.2;serverdb=MYDB
    
    or something similar, but I didn't get this working. Perhaps someone a
    +t SAG can help?