I have tons of dbf data that I have to manipulate here at work. I started off using Python(several years ago), but dbf manipulation was so slow that I had to find a better solution. I neded up using dbf2mysql, which does a _fantastic_ job importing dbf data into mysql. It even allows you to setup indexes during the import, and it translates the data to native mysql types on the fly. Note, there are several dbf2mysql projects, the one I'm talking about is written by the authors of Mysql, and it's available here: http://www.mysql.com/Downloads/Contrib/dbf2mysql-1.14.tar.gz Cheers, Travis Whitton In article <b1nqej$1gc9$1 / bull.east.ru>, Nicolay Vasiliev wrote: > Hello! > > Earlier I wrote how it's possible to read/write dbf-files in Ruby-programms. > > OK, I didn't find any class to read/write dbf-files in Ruby. But I found > 2 classes to read (*only*) dbf-files from Python. How could I use these > classes in Ruby (if I could make it at all)? > > TIA, > > Nicolay Vasiliev. >