grashoper has asked for the wisdom of the Perl Monks concerning the following question:
use DBI; # test connect to DB $server = "focsage"; $username = "medwards"; $password = "password"; #$schema = "User"; $query = "(1 = 1)"; my $dbh = DBI->connect('DBI:ODBC:$server','$username','$password') || +die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: opening a database file
by Narveson (Chaplain) on Jan 29, 2008 at 23:24 UTC | |
|
Re: opening a database file
by mpeppler (Vicar) on Jan 30, 2008 at 07:42 UTC | |
by grashoper (Monk) on Jan 30, 2008 at 21:28 UTC | |
by mpeppler (Vicar) on Jan 31, 2008 at 07:33 UTC |