Different datasources :( Thx tho
-----Original Message----- From: Joe Eugene [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 10:35 PM To: CF-Talk Subject: RE: Batch INSERT for Oracle? Is your query object from the same DataSource(Oracle)? If so.. why cant you just do... insert into TableName(field1, fields2) select field1,field2 from Tablename.. If its a different datasource.. u dont have an option.. Joe -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 6:09 PM To: CF-Talk Subject: Batch INSERT for Oracle? Anyone know if this is possible? I've got a query object in cf I'd like to dump to Oracle in one shot rather than looping over the items and performing individual inserts. Thanks! AVIS IMPORTANT: ------------------------------- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme. WARNING: ------------------------------- The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

