On Fri, 22 May 2009 08:34:17 +0200, Laszlo Nagy <gand...@shopzeus.com>
wrote:
> Now I also tried to set -1. In any of the above cases, if I open that 
> dbf file with a commercial DBF editor application then I see that the 
> value is not null.
> 
> - Borland Database Desktop shows "False" value
> - CDBF shows an invalid value, noted with a question mark (screenshot 
> attached)

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...

This might be an easier solution...

otherwise... just debug the dbfpy code...


David

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to