From: Todd Burch Date: 2007-07-21T08:14:24+09:00 Subject: Re: MySQL & Ruby Marcin Tyman wrote: > Here is my strange issue: > ... > First calling return unexpectedly nothing (tabe rm_pre_prov_sta has some > records). Second calling returns some records (as expected). > Command 'select* from rm_pre_prov_sta;' directly from mysql returns some > records. So what is wrong with this all. > > Could anyone explain me why dumpTable("rm_pre_prov_sta") returns none of > rows? Perhaps you are getting a non-zero SQLCODE (or SQLSTATE). Have you checked it? (DB2 is the database I know - I've never used MySQL. In DB2, you have to check the SQLCODE) Todd -- Posted via http://www.ruby-forum.com/.