Author: Ed Leafe
Posted: 2007-08-31 at 21:13:40
On Aug 31, 2007, at 7:52 PM, johnf wrote:
> I don't use SQLite so take what I'm saying with a grain of salt.
> When I need
> to add a field from a join table I also insure that the field is in my
> NonUpdate statement as in;
Any field that is not in the DataSource's field list is
automatically marked as non-updatable.
-- Ed Leafe