Query error

2004-07-02 Thread Andy Hammer
I am getting the warning: Found = in conditional, should be == at NM_000367.pl line 32. line 32 contains my sql query: my $sql = qq{ SELECT * FROM fasta WHERE accession LIKE 'NM_000367' } or die Can't prepare SQL statement: ,$ucscHandle-errstr(), \n; The query fuctions fine, but I

Re: Query error

2004-07-02 Thread Hardy Merrill
Andy, *what* is that statement supposed to be doing? Typically you 1. prepare the sql 2. execute the sql This statement: my $sql = qq{ SELECT * FROM fasta WHERE accession LIKE 'NM_000367' } or die Can't prepare SQL statement:

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

DBI::ProxyServer in multi-threaded mode

2004-07-02 Thread John Escott
It's something I've been meaning to test, but I haven't been able to do so yet, (single-threaded mode meets our needs at present). So, sorry I can't give the answer I guess you want, but I'd be interested is anyone else can (especially for ProxyServer running on windows) John Escott.

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