On Monday 15 August 2005 13:40, Paul McNett wrote: > Sounds like the right approach. Get the value once from the underlying > cursor (right after the requery I guess), put it into a dabo sanitized > format, and from then on use the dabo value.
That really doesn't work, since we use it in various places. What my change does is return the native cursor.description property if it is not None; otherwise, it returns an empty tuple. -- -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
