On Sep 22, 2005, at 8:07 PM, Paul McNett wrote:
I caught the ball and knew just who to pass it to. So this has been a problem since... forever? It probably explains some odd behavior I saw when first putting together datanav.
Not forever, but for a long time. Once I figured out that having a cursor execute an insert statement wiped out the results of its last query, I added the AuxCursor for carrying out sql statements that weren't requeries. All my apps that involved adding data usually ran a requery anyway shortly after, which would get the new PK returned as part of the data set, so that probably explains why it was never caught before.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
