From: "Mike Munhall" <munhall.m...@gmail.com>
> I've been using DBD::ODBC to connect to SQL Server 2005. The only problem
> I've had is with the bind_param_inout_array method. That method does not
> seem to be implemented in DBD::ODBC 1.17.
> 
> my $dsn = 'schema1';
> my $dbuser = 'user';
> my $dbpass = 'pass';
> 
> my $dbh = DBI->connect("dbi:ODBC:$dsn", $dbuser, $dbpass) or die
> "$DBI::errstr\n";
> 
> You would need to create the ODBC connection to 'schema1' using the Data
> Sources administration tool.

No. You can specify the connection properties in the connection 
string. There are examples in DBD::ODBC.

Jenda
===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to