dbfpy - cannot store new record

David Lyon david.lyon at preisshare.net
Fri May 22 02:35:54 EDT 2009


On Fri, 22 May 2009 08:34:17 +0200, Laszlo Nagy <gandalf at 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




More information about the Python-list mailing list