Re: Batch inserts
Re: Batch inserts
- Subject: Re: Batch inserts
- From: Mike Schrag <email@hidden>
- Date: Wed, 19 Dec 2007 14:17:56 -0500
Has anyone implemented this?
I have looked into this ... The main problem is that the EOF API's
don't expose a variant of the insert method that takes an array --
only a single row. This means that unless you want to custom write
this for every DB, there is currently not a way to use multi-row
insert. JDBC also provides an API for this as well, but it's sort of
the same deal -- you really need EOAdaptor/PlugIn support to make this
nice.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Batch inserts (From: Charles Koppelman <email@hidden>) |