Hi,
In message "[ruby-talk:03223] Ruby & Interbase -- an other step!"
on 00/06/09, Jilani Khaldi <jilanik / tin.it> writes:
|> cursor.each do |record|
|> # do something with the record
|
|All right. Now I have all the records with all their fields value. How to split them?
The record given by each (or fetchone/fetchall) is an array. You
don't have to split it by yourself. Am I missing something?
matz.