> > The contents of a tuple are immutable, right? How is the deletion of > > records handled in the dataset? > > In pseudo-code: > >tmp = list(dataset) >tmp.remove(badrecordnum) >dataset = tuple(list) > > It would be much easier if everything were in lists, but the dbapi >specifies that tuples are returned.
Sometimes it's like making sausage, isn't it? Ken -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.5/707 - Release Date: 3/1/2007 2:43 PM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
