Assuming that you installed Sybase SDK OpenClient 15.7.
Sybase Openclient is included in the Sybase Developer’s Kit, and ASE PC Client. If you don’t have a license, you can download the ASE 15.7 Developer Edition for Windows which will include it.
Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed. It should be but you never know…
Now, the easy part. Install the DBD-Sybase-1.14 1.14 PPM:
- download DBD-Sybase-1.14
- extract zip file to temporary directory (e.g. c:\test)
- Start -> Run -> cmd.exe (as Administrator if Vista or Windows 7)
- cd \test
- ppm install DBD-Sybase.ppd
- exit
That’s it ![]()
It should automatically install the DBD::Sybase for Perl 5.16 32bit or 64bit depending on which version of Active State Perl you have installed.
UPDATE (March 6th, 2013):
The PPM is fixed now. Please let me know of any issues.


Would you be so kind as to discuss *how* you went about building this module? For example, If I wanted to install DBD::Sybase against Citrus Perl.
Absolutely. It might take me a couple of days to get to it. Right now I’m spending time with Gabriel, he’s almost 4 months old.
HOWTO: Building Perl module DBD::Sybase 1.14 on Windows (32bit or 64bit) with ActiveState Perl 5.16, Microsoft Visual Studio and Sybase OpenClient 15.7 http://froebe.net/blog/2013/02/20/howto-building-perl-module-dbdsybase-1-14-on-windows-32bit-or-64bit-with-activestate-perl-5-16-microsoft-visual-studio-and-sybase-openclient-15-7/
ppm install failed: The PPD does not provide code to install for this platform
Windows 7 Professional SP1
ActiveState 64-bit
I just fixed the issue. Please try again and let me know if you have any issues with it.
Thanks Eric! Which version of ActiveState Perl are you using? Is it 5.16?
Jason
I found the problem with the ppd file for 64bit ActiveState. I’ll be releasing a new zip file probably tonight.
Great help with this. Just a small correction needed, I tested this on 32 bit Win 7 with Perl 5.16 and got errors. The PPD file needs changes for the 32 bit tag as well. Please correct the architecture entry in th PPD from to .
Successfully installed on my machine after this change. Great work though!!
Guess the reply cleared out the tags.
The architecture needs to be MSWin32-x86-multi-thread-5.16 instead of MSWin32-x32-multi-thread-5.16.
thanks! I just uploaded the fixed zip