Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-05 Thread Tim Bunce
On Sat, Jul 03, 2004 at 04:33:21PM -0700, Henri Asseily wrote: I've been running DBD::Sybase with the following patch since version 1.01, which could remotely have an impact for you. This is the 1.02 patch, but should work fine in 1.04. FYI in DBD::Sybase version 1.04, the modified line is

Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-03 Thread Henri Asseily
I've been running DBD::Sybase with the following patch since version 1.01, which could remotely have an impact for you. This is the 1.02 patch, but should work fine in 1.04. FYI in DBD::Sybase version 1.04, the modified line is dbdimp.c:2987. Here's the issue in syb_st_finish() ( when

Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-03 Thread Michael Peppler
On Sun, 2004-07-04 at 01:33, Henri Asseily wrote: I've been running DBD::Sybase with the following patch since version 1.01, which could remotely have an impact for you. This is the 1.02 patch, but should work fine in 1.04. FYI in DBD::Sybase version 1.04, the modified line is

ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-02 Thread David Good
I'm having trouble with DBD::Sybase 1.04 on ActivePerl 5.8.4 (build 810) on Windows. It seems to hang when connecting. Here's a sample script that exercises the problem: use strict; use warnings; use DBI; $| = 1; my $password = shift; print

Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-02 Thread Michael Peppler
On Fri, 2004-07-02 at 20:19, David Good wrote: I'm having trouble with DBD::Sybase 1.04 on ActivePerl 5.8.4 (build 810) on Windows. It seems to hang when connecting. Here's a sample script that exercises the problem: DESTROY DISPATCH (DBI::st=HASH(0x1c1ca7c) rc1/1 @1 g0 ima4

Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-02 Thread David Good
On Fri, Jul 02, 2004 at 08:37:43PM +0200, Michael Peppler [EMAIL PROTECTED] wrote: On Fri, 2004-07-02 at 20:19, David Good wrote: I'm having trouble with DBD::Sybase 1.04 on ActivePerl 5.8.4 (build 810) on Windows. It seems to hang when connecting. Here's a sample script that exercises

Re: ActivePerl 5.8.4 w/ DBD::Sybase hangs on connect

2004-07-02 Thread Michael Peppler
On Fri, 2004-07-02 at 22:06, David Good wrote: On Fri, Jul 02, 2004 at 08:37:43PM +0200, Michael Peppler [EMAIL PROTECTED] wrote: On Fri, 2004-07-02 at 20:19, David Good wrote: I'm having trouble with DBD::Sybase 1.04 on ActivePerl 5.8.4 (build 810) on Windows. It seems to hang when