|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Can't connect to the server using Sybase::DBlib
Date: Jun 6 2002 4:44PM
On Thu, 2002-06-06 at 09:25, Abhin Parkhi wrote:
> We have Sybase::DBlib installed on a Compaq
> Alphaserver running Tru64 Unix 5.1a.
> Whlile running the following code
>
> use Sybase::DBlib;
> use English;
>
> $dbh = new Sybase::DBlib "ssssa", "xx",
> "xxxx","ping.pl" or die "$OS_ERROR\n";
>
> It is giving 'Invalid Argument'.
Hmmm.... I seem to remember this sort of problem cropping up before. I
think it has something to do with the network libraries, but I'm really
not sure.
Could you try to code the same script with CTlib and see if that works?
Michael
--
Michael Peppler / mpeppler@peppler.org / http://www.mbay.net/~mpeppler
mpeppler@zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!
|