in reply to Sybase(on WinXPProfessional) connectivity with Perl(Sybase 15, Perl5.8.8)
Check the "Connecting to Sybase" section in the DBD::Sybase for more details.#!/usr/bin/perl use warnings; use strict; BEGIN { $ENV{SYBASE} = 'C:\\sybase'; } use DBI; ... ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |