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.
What this seems to reduce down to is that at some point, the cursor.Table isn't making it to cursor.AuxCursor.Table. Ed, does that give you any ideas? -- 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]
