sybperl-l Archive
Up Prev Next
From: Terrence Brannon <schemelab at gmail dot com>
Subject: Re: Sybase::Simple - use database should be an option to the
constructor?
Date: Oct 20 2009 6:38PM
On Tue, Oct 20, 2009 at 1:52 PM, Terrence Brannon wrote:
> According to Mike, choosing a database is a separate step in
> Sybase::Simple (which BTW is a godsend module).
>
> However, I see no reason why it couldnt be an additional argument to new:
>
> my $syb = Sybase::Simple->new($user, $password, undef, $database);
oops, forgot server:
my $syb = Sybase::Simple->new($user, $password, $server, $app, $database);
|