On Thu, Dec 04, 2003 at 11:07:07AM +0900, Eric Schwartz wrote: > Eric Schwartz <emschwar / hp.com> 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. Which version of Ruby and Ruby/DBI? Regards, Michael