Not a bad idea. If all the inserts are into the same table, I have had good luck generating a simple xml document, passing it into a text input in a MS SQL server 2000 proc, selecting from the xml into a temp table, and then doing one insert.
~Brad How about passing a list into a stored procedure and looping over the list within the stored procedure to do all your inserts? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233016 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

