Thanks! (And nice to see the makepatch utility being used to good effect.) Tim.
On Wed, Jun 25, 2003 at 06:46:50AM -0700, Michael A Chase wrote: > I'm not sure if this is worth checking, but one user recently used an > invalid DSN that this patch would catch. > > my $hostname = "HOST=host"; > my $sid = "SID=sid"; > my $user = "user"; > my $password = "password"; > my $dsn = "dbi:Oracle:$db;$hostname;$sid;$user;$password;". > > I don't have Oracle installed, so I could not test this patch. > > -- > Mac :}) > ** I normally forward private questions to the appropriate mail list. ** > Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html > Give a hobbit a fish and he eats fish for a day. > Give a hobbit a ring and he eats fish for an age. >
