From: Eric Schwartz Date: 2003-12-04T11:07:07+09:00 Subject: Re: dbd/mysql returns nil rows? Eric Schwartz writes: > Interestingly, it works fine with > > rows = dbh.execute("...",10) Further interesting stuff: sth = dbh.prepare('select * from table where id=10') rows = sth.execute() also fail (each entry in rows() is NilClass). It seems the problem may be in the prepare/execute combination somewhere. -=Eric -- Come to think of it, there are already a million monkeys on a million typewriters, and Usenet is NOTHING like Shakespeare. -- Blair Houghton.