Help for this page
use DBI; my $dbh = DBI->connect('DBI:ODBC:NAME','user','pass') || die $!;
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?