Alonso Luján Torres Taño wrote:
Hi!
I'm trying to modify a dbf adding a new field in a python script, but I
can't.
Just I can add a field in new dbf created in the same script.
I tryed with:
db = dbf.Dbf("../filesource.dbf",new =False, readOnly=False)
...
db.addField(("PESO","N"
Hi!
I'm trying to modify a dbf adding a new field in a python script, but I
can't.
Just I can add a field in new dbf created in the same script.
I tryed with:
db = dbf.Dbf("../filesource.dbf",new =False, readOnly=False)
...
db.addField(("PESO","N",32,8))
and return error:
Trace