just a thought... aren't you just re-inventing the idea of cftransaction anyway?
what's wrong with passing an object (structure or even an array of structs) to the insert method - which has a transaction around that. It's only called once and if it's an array of structs you just loop over all of the array elements inserting as you go (from 1 to len(array)). the only grief I'd see is if you wanted to put some logic around each insert - that'd be a pain... my 2c worth barry.b --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
