On Oct 7, 2008, at 5:42 PM, Mike Mabey wrote:

> Then when I try to save an entry, I get:
>
> Dabo Error Log: Tue Oct 07 16:12:32 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
>
> What am I doing wrong?

        That's odd - the framework is supposed to check for columns in the  
data set that are not present in the underlying table, and exclude  
them from updates. Are you explicitly setting the DataStructure  
property? If the 'name' field is in there, it will include it in the  
updates.


-- Ed Leafe





_______________________________________________
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]

Reply via email to