Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
st haven't gotten around to it :-) Anyways, much thanks for all your help! Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, Ju

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:48 PM > To: Geoffrey Young; [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Well, that works perfectly, but doesn't do anything :-). >

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
ach sub, go at it a completely different way, or am I way off in my analysis of the problem? Really confused, Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:46 PM > To: 'Curtis Hawthorne'; [EMAIL PROTECTED] > Subject: RE: mod_perl/DBI problem > > yup, looks like mod_perl doesn't offer that to windows

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:24 PM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > That looks like that will do exactly what I need. I tried it > my code

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
Curtis H. - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Curtis Hawthorne'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 10:04 AM Subject: RE: mod_perl/DBI problem > the way most people

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 10:47 AM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Even when using Apache::DBI, I still have the same problem - > If it times out

Re: mod_perl/DBI problem

2001-07-31 Thread Curtis Hawthorne
e connections) is version 0.28. Any ideas? Curtis H. - Original Message - From: "Ged Haywood" <[EMAIL PROTECTED]> To: "Curtis Hawthorne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 4:19 PM Subject: Re: mod_perl/DBI problem >

Re: mod_perl/DBI problem

2001-07-27 Thread Ged Haywood
Hi there, On Fri, 27 Jul 2001, Curtis Hawthorne wrote: > So, how can I have it try to connect to the database again if it fails, but > keep the connection persistent if it doesn't? Have a look in the Guide, there's lots of stuff in there about Apache::DBI. http://perl.apache.org/guide. 73, Ge

mod_perl/DBI problem

2001-07-27 Thread Curtis Hawthorne
I'm writing a script that will run under mod_perl that uses DBI to connect to an MS SQL server. The script works fine and mod_perl speeds it up quite a bit. Every so often, when the script tries to connect to the SQL server, the connection times out (I think the SQL server's a little slow), and

Re: apache/mod_perl/dbi - problem

1999-12-13 Thread Volker Hess
Thanx Stas, > Doesn't it print the reason for the failure? Is your code looking like: > > man DBI: > $dbh = DBI->connect($data_source, $username, $password) >|| die $DBI::errstr; > > I mean, do you use $DBI::errstr? > > It can be a permission problem, your

Re: apache/mod_perl/dbi - problem

1999-12-13 Thread Stas Bekman
On Mon, 13 Dec 1999, Volker Hess wrote: > Hi, > > I use to servers with nearly the same configuration: > > host 1: > >Embedded Perl version 5.00503 for Apache/1.3.9 (Unix) Debian/GNU >AuthPostgreSQL/0.7.1 mod_perl/1.21 process 255, >running since Mon Dec 13 10:57:03 1999 > >co

apache/mod_perl/dbi - problem

1999-12-13 Thread Volker Hess
Hi, I use to servers with nearly the same configuration: host 1: Embedded Perl version 5.00503 for Apache/1.3.9 (Unix) Debian/GNU AuthPostgreSQL/0.7.1 mod_perl/1.21 process 255, running since Mon Dec 13 10:57:03 1999 completely using debian packages host 2: Embedded Perl versi