I believe the answer is no....mainly because there is no way in SQL to
insert multiple rows at once.  Even the batch loaders such as SQL*Loader
only do it one row at a time.

Beyond that, there is also no way to access all the data inside an array
without looping over each row.

Brian

-----Original Message-----
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 9:23 PM
To: CF-Talk
Subject: Bulk Insert?


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?

jon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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