in reply to DBIx-XML_RDB-0.05
You can set the I<DSQUERY> environement variable: $ENV{DSQUERY} = "ENGINEERING"; $dbh = DBI->connect('dbi:Sybase:', $user, $passwd); Or you can pass the server name in the first argument to connect(): $dbh = DBI->connect("dbi:Sybase:server=ENGINEERING", $user, $passw +d);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBIx-XML_RDB-0.05
by Anonymous Monk on May 03, 2001 at 16:53 UTC |