Re: SQL2000

2004-10-19 Thread Jenda Krynicky
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 =

Re: SQL2000

2004-10-19 Thread mgoland
- 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&

RE: SQL2000

2004-10-19 Thread Bob Showalter
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

Re: SQL2000

2004-10-18 Thread Jenda Krynicky
From: Mark Goland <[EMAIL PROTECTED]> > > - Original Message - > > From: "Jenda Krynicky" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, October 18, 2004 6:24 PM > > Subject:

Re: SQL2000

2004-10-18 Thread Mark Goland
- 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

Re: SQL2000

2004-10-18 Thread Mark Goland
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

Re: SQL2000

2004-10-18 Thread Jenda Krynicky
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 woul

SQL2000

2004-10-18 Thread mgoland
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 apreciated #!PERl use warnings; use

Re: microsoft sql2000

2001-05-09 Thread Joe Yates
At 04:46 PM 08-05-01 -0700, you wrote: >Hello perl friends. I need to know if perl works with microsoft sql2000. if >it does, which module do i need to get? thanks I use DBI. 1. Set up the database you want to use as a 'Data Source' (Administrative Tools| Data Sources

Re: microsoft sql2000

2001-05-08 Thread Jos I Boumans
Wednesday, May 09, 2001 1:46 AM Subject: microsoft sql2000 > Hello perl friends. I need to know if perl works with microsoft sql2000. if > it does, which module do i need to get? thanks > > Marlon >

microsoft sql2000

2001-05-08 Thread Matthew, Marlon B.
Hello perl friends. I need to know if perl works with microsoft sql2000. if it does, which module do i need to get? thanks Marlon