Depending on the data being inserted, and the design of the tables, you can
sometimes do an INSERT SELECT to insert many rows in a single operation (but
only if the data being inserted can be selected from another table).

--- Ben


-----Original Message-----
From: Michael She [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 10:20 PM
To: CF-Talk
Subject: Re: Bulk Insert?


You can write a custom tag to this for you, but inside the tag I belive
it'll come down to looping over the array.

BTW, are you trying to do a bulk load of data from another database/table?

At 09:22 PM 12/18/00 -0500, Jon Hall you wrote:

>I am wondering if anyone knows of any way to dump the entire contents of an
>array into a table without having to loop over an insert query?

--
Michael She
I m a g i n e   C o m m u n i c a t i o n s
Company E-mail: [EMAIL PROTECTED]
Personal E-mail: [EMAIL PROTECTED]
ICQ UIN: #243466
Personal Homepage: http://www.michaelshe.com (Under Construction)
Imagine Communications: http://www.imagineer.net
PGP Fingerprint: 9A24 1DA9 39B8 0A0C C5ED 6E5D 45E9 075A 51CD 66A1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to