Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The following is the error message we get. Please let us know what is that we are missing in the installation process. D:\Production>perl ex.pluse DBI; use DBD::ODBC; use DBD::Sybase; BEGIN { $ENV{SYBASE} = 'C:\Program Files\Microsoft SQL Server\80\Tools\BINN'; } my $dbh = DBI->connect('dbi:Sybase:', 'sa', '');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL and MS-SQL Server 2000
by McDarren (Abbot) on Apr 17, 2006 at 09:38 UTC | |
|
Re: PERL and MS-SQL Server 2000
by VSarkiss (Monsignor) on Apr 17, 2006 at 14:55 UTC | |
|
Re: PERL and MS-SQL Server 2000
by strat (Canon) on Apr 17, 2006 at 09:23 UTC | |
by VSarkiss (Monsignor) on Apr 19, 2006 at 16:40 UTC | |
by strat (Canon) on Apr 20, 2006 at 07:23 UTC | |
|
Re: PERL and MS-SQL Server 2000
by vkon (Curate) on Apr 17, 2006 at 09:42 UTC | |
by derby (Abbot) on Apr 17, 2006 at 13:45 UTC | |
by vkon (Curate) on Apr 17, 2006 at 14:50 UTC | |
by jfroebe (Parson) on Apr 17, 2006 at 19:14 UTC | |
|
Re: PERL and MS-SQL Server 2000
by jfroebe (Parson) on Apr 17, 2006 at 19:12 UTC | |
by Anonymous Monk on Apr 19, 2006 at 07:05 UTC |