I didn't read the older thread, but AFAIK under windows, you can use DBD::ODBC as a workaround by creating an ODBC datasource with odbcad32.exe, and then use that in your perl/DBI code.

You can keep the both the 12.5 and 15.0 client libraries on your machine and install the DBD::Sybase ppm with SYBASE and SYBASE_OCS env vars pointed to the 12.5 libraries. Maybe you have to edit the PPD file. Then you also need to set $ENV{SYBASE} and $ENV{SYBASE_OCS} to the 12.5 directories in each perlscript in a BEGIN block. This is explained in the DBD::Sybase documentation.

Don't remember, but I have both on my machine, and DBD::Sybase 1.07_1 installed.

didn't try this: using the old dll name, you can create symbolic links to the new dll files. works also on NTFS)


In reply to Re: Sybase 15.0 & Perl 5.8 by knbknb
in thread Sybase 15.0 & Perl 5.8 by Datadrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.