in reply to Re: PERL and MS-SQL Server 2000
in thread PERL and MS-SQL Server 2000

This will have no effect whatsoever. The pattern match against the DSN is done case-insensitively. Here is the appropriate line from DBI.pm (version 1.50):

# extract dbi:driver prefix from $dsn into $1 $dsn =~ s/^dbi:(\w*?)(?:\((.*?)\))?://i or '' =~ /()/; # ensure $1 etc are empty if match fails

Replies are listed 'Best First'.
Re^3: PERL and MS-SQL Server 2000
by strat (Canon) on Apr 20, 2006 at 07:23 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"