Ok, still trying to update a Text field on an MsSql server.

All my Northwind tests work, but none of those tables use guids.  I am guessing 
that is the problem.

Even if it isn't this worries me:

Dabo Error Log: Tue Jan  9 23:00:11 2007: Field kBillPayItem_pk: Incorrect 
unicode encoding set; using 'latin-1' instead

kBillPayItem_pk is my PK, and it is a guid.  should I care that it is or isn't 
being converted to anything?  that doesn't sound like something I want happing 
to my PK.

I also get this message, but I'll worry about that later.

Dabo Error Log: Tue Jan  9 23:00:11 2007: Could not set value of 
mDescriptionText to None. Error message: String or Unicode type required

and I get a real error when I hit save:
Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/dabo/lib/eventMixin.py", line 97, in 
raiseEvent
     bindingFunction(event)
   File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 586, in 
onSave
     def onSave(self, evt): self.save()
   File "/usr/lib/python2.4/site-packages/dabo/lib/datanav/Form.py", line 101, 
in save
     ret = super(Form, self).save(dataSource)
   File "/usr/lib/python2.4/site-packages/dabo/ui/uiwx/dForm.py", line 268, in 
save
     bizobj.saveAll()
   File "/usr/lib/python2.4/site-packages/dabo/biz/dBizobj.py", line 278, in 
saveAll
     raise dException.dException, e
QueryException: 'ascii' codec can't decode byte 0xf6 in position 31: ordinal 
not 
in range(128)

which I am even less interested in till I get the first two errors resolved.

Carl K


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to