Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Sybase(on WinXPProfessional) connectivity with Perl(Sybase 15, Perl5.8.8)

by chanakya (Friar)
on Jan 02, 2007 at 09:02 UTC ( [id://592511]=note: print w/replies, xml ) Need Help??


in reply to Sybase(on WinXPProfessional) connectivity with Perl(Sybase 15, Perl5.8.8)

MH

Try adding a BEGIN block and add Sybase path as shown below.
#!/usr/bin/perl use warnings; use strict; BEGIN { $ENV{SYBASE} = 'C:\\sybase'; } use DBI; ... ...
Check the "Connecting to Sybase" section in the DBD::Sybase for more details.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://592511]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-28 18:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found