Unfortunately, my task is to import records into a database that is used by an old foxpro program. I'm not allowed to change the database structure in any way.dbfpy is very old code.....Try setting up a CHAR(1) field and filling it with "Y" or "N" or "T" or "F".. indicating yes,no,true or false...
otherwise... just debug the dbfpy code...
This is what I'll do. Thanks. Laszlo -- http://mail.python.org/mailman/listinfo/python-list