Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

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.  The PPMs require Openclient 15.7 for Windows.

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…

  1. Start -> ActiveState Perl -> Perl Package Manager
  2. install DBI
  3. exit

Now, the easy part.  Install the DBD-Sybase-1.14 1.14 PPM:

  1. download DBD-Sybase-1.14
  2. extract zip file to temporary directory (e.g. c:\test)
  3. Start -> Run -> cmd.exe (as Administrator)
  4. cd \test
  5. ppm install DBD-Sybase.ppd
  6. 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.

Jason Froebe

If you want to know how I built the PPMs, take a look at HOWTO: Building Perl module DBD::Sybase 1.14 on Windows (32bit or 64bit) with ActiveState Perl 5.16,...

2 Comments
Labels in this area