<CFFILE ACTION="Read" FILE="full_path_name" VARIABLE="var_name">
<cfloop list="#var_name#" index="current_list_item">
<cftransaction>
<cfquery name="qry_do_the_insert"
datasource="my_datasource">
/*Do my insert query here*/
INSERT INTO my_table
()
VALUES
()
</cfquery>
</cftransaction>
</cfloop>
I would think something to the effect would cover your situation.
Heath
-----Original Message-----
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 10:10 PM
To: CF-Talk
Subject: wddx/java
So I hit wddx.org looking for an easy solution to my current problem. They
have a very nice tutorial on writing a java app to serialize and deserialize
wddx packets. I think that's what I want to do, but I dont want to reinvent
the wheel if it has already been done. All I need to no is read a comma
delimited file and transmit it to my cf server. If it's been done, could
someone point me in the right direction?
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