I am processing millions of rows of data, and the output is very large tables. I would like to use an equivalent of preparedstatements for my writing&updating; there is less need for transactional integrity and more need of raw speed. Is there anything in WebObjects or Wonder to help with this?
I understand I could use raw sql, but that would involve massive amounts of parsing on the part of the database; a prepared statement handle would allow me to simply pass values and minimize the work needed by the database. TIA, randy
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
