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. -=Eric -- Come to think of it, there are already a million monkeys on a million typewriters, and Usenet is NOTHING like Shakespeare. -- Blair Houghton.