On Wednesday 28 January 2009 11:01:58 am Ed Leafe wrote: > dBizobj.appendDataSet(ds)? Sorry I should have said "I don't have bizobj's available". Just the dataset at the moment.
"rec1" is a dict in the code below biztmp = dabo.biz.dBizobj(self.conn) tmpbiz = biztmp.getTempCursor() tmpbiz._records = dabo.db.dDataSet(tuple(rec1)) recordDS=tmpbiz.getDataSet() So I'd like to get the records in 'recordDS' into a real table. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
