Ed Leafe wrote: > On Aug 22, 2007, at 1:27 PM, Paul McNett wrote: > >> I've determined that dbSQLite.getFields() is receiving a tableName >> argument that is an empty string. This comes from >> dCursorMixin.getFields >> where tableName got the default arg of None, so it converts it to >> self.Table, which appears to be the empty string for some reason. > > I don't know why, but the use of temp cursors in the backend classes > seemed to be the cause. I don't know why this never appeared before, > but it just seemed fundamentally wrong, so I changed all these > routines to accept the AuxCursor from the main cursor that calls > them. This seems to be working fine on my system, but of course, > please let me know how this works on your stuff.
Sorry to say, there isn't any change in my app. I still get the messagebox "save failed" that I reported earlier. At least there don't seem to be any new issues! -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
