On Oct 8, 2008, at 5:48 PM, Mike Mabey wrote:
> Okay, I just tried it, and here's the output:
>
> SETTING NONUPDATE FOR parts
> USING DATASTRUCTURE parts
> Dabo Error Log: Wed Oct 08 16:44:47 2008: Error in scanChangedRows:
> (1054,
> "Unknown column 'parts.name' in 'field list'")
> SQL: update `parts` set `parts`.`name` = 'Comparator / OP AMPs' where
> `parts`.`index`=1
OK, the important clue here is that is using the DataStructure, and
not the database columns, to determine the fields to exclude from
updates.
Revert your copy of dCursorMixin.py, and then around line 2309 is the
method '_setDataStructure()'. Add the line below after the method
definition, re-run your app, and post the output here.
-- Ed Leafe
def _setDataStructure(self, val):
print dabo.logPoint(levels=10)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]