Link to home
Start Free TrialLog in
Avatar of dutch357
dutch357Flag for United States of America

asked on

Connecting from windows to Sybase on Unix Using PERL

I'm trying to connect to a sybase database on a unix server from my windows computer using PERL.  What tools are required???
SOLUTION
Avatar of Joe Woodhouse
Joe Woodhouse

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dutch357

ASKER

I installed the sybase client on my computer, installed DBD::Sybase and when I run my script, I receive the following: "This version of OpenClient doesn't support CS_SERVERADDR ..." What did I do wrong/skip??
Avatar of Joe Woodhouse
Joe Woodhouse

Which Sybase client?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
is there a 'use database' equivalent for sybperl???
dbuse is the method of the Sybase::DBlib class

The other way to control the target database is to use a Login that has the desired database as it's default.

Regards,
Bill