in reply to PERL and MS-SQL Server 2000

Try 'dbi:' in uppercase:

my $dbh = DBI->connect('DBI:Sybase:', 'sa', '');

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Replies are listed 'Best First'.
Re^2: PERL and MS-SQL Server 2000
by VSarkiss (Monsignor) on Apr 19, 2006 at 16:40 UTC

      oops, that's true...

      Then DBD::Sybase doesn't seem to be installed correctly. If there's a Sybase*.ppd in the zip file, try to execute the following command in the directory with the ppd-file (let's assume its name is Sybase-1.2.3.ppd)

      ppm install Sybase-1.2.3.ppd

      http://theoryx5.uwinnipeg.ca/ppms/ might also be interesting for you

      Best regards,
      perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"