I have a dataset that I'd like to insert into a table. Is there a simple way
of doing that?
for line in dataset:
tmpCursor('insert into table Values %s' % (line))Or is there a better way? -- 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]
