Off the top of my head I'd say no, because inserting more than one row at a time would mess up any auto-incrementing...however maybe someone has some fancy way to do it if you don't have an auto-increment field set up.
-- Josh ----- Original Message ----- From: "Crow T. Robot" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, June 22, 2006 12:35 PM Subject: appending two queries > Let's say that I have a CSV file that I am reading into a page, and I > convert it to a query. I have a database table that it set up exactly > like the converted query, I want to basically insert the CSV data into > the database. Is there an easier, more efficient way to do this that > looping over the CSV query and doing an insert for each record? > > SQL Server 2K, CFMX6.1 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244567 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

