On Jan 28, 2009, at 1:00 PM, johnf wrote:

> 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?

        You mean like dBizobj.appendDataSet(ds)?

-- Ed Leafe




_______________________________________________
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]

Reply via email to