On Sep 22, 2005, at 5:35 PM, Paul McNett wrote:
I expected the bo at this point to have the pk as assigned by the backend. If I now go ahead and modify any other fields and save again, the save will fail because the update clause has "where iid = '-1-dabotmp'".
Good catch! It was grabbing the 'lastrowid' att from the main cursor, when it was the auxiliary cursor that was actually carrying out the insert (since that would wipe out all of the data in the main cursor).
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
