From: [EMAIL PROTECTED]
> Sure,
>While looking at my code, looks like its trying to connect to
>default port. I am unable to get it to connect to my port [ 1444 ],
>here is the code
>
> #!PERl
> use warnings;
> use strict;
> $|=1;
> use DBI;
>
> my $user='username';
> my $password =
- Original Message -
From: Jenda Krynicky <[EMAIL PROTECTED]>
Date: Monday, October 18, 2004 6:52 pm
Subject: Re: SQL2000
> From: Mark Goland <[EMAIL PROTECTED]>
> > > - Original Message -
> > > From: "Jenda Krynicky&
Mark Goland wrote:
...
> Are there ODBC Drivers for Unix servers ??
Yes. I've not used any personally.
> Or Alternative ways of accessing MS SQL from Unix
> servers ??
I use DBD::Proxy and DBI::ProxyServer for this. Works great.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
From: Mark Goland <[EMAIL PROTECTED]>
> > - Original Message -
> > From: "Jenda Krynicky" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, October 18, 2004 6:24 PM
> > Subject:
- Original Message -
From: "Mark Goland" <[EMAIL PROTECTED]>
To: "Jenda Krynicky" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 6:33 PM
Subject: Re: SQL2000
> Jenda,
> Thanks you are correct as usual. I do need
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 6:24 PM
Subject: Re: SQL2000
> Subject: SQL2000
> > Hi all,
> >
> > Not sure if this is the right list to ask this question but this is
> > the best list to get answares so I am going to give it a sh
Subject: SQL2000
> Hi all,
>
> Not sure if this is the right list to ask this question but this is
> the best list to get answares so I am going to give it a shot. I am
> trying to connect to SQL2000 server from a winXP box. I keep on
> failing with same error, any help would be apreciate
> d