[CFCDev] Data passing to CFC's

2004-06-17 Thread Brent Nicholas
Hello all - What is the best way to go about this, or is it just a matter of personal choice? I am using a CFC to insert records of employees(emp_id), departments(dept_id), and a related RecordSequence(ItemSeq). The interface may pass one set (1 employee, 1 dept for them, and the related

RE: [CFCDev] Data passing to CFC's

2004-06-17 Thread Brian Kotek
always call doIndividualInsert() if you ever need to insert only 1 record. Regards, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Nicholas Sent: Thursday, June 17, 2004 10:54 AM To: [EMAIL PROTECTED] Subject: [CFCDev] Data passing to CFC's