To outline this in a different way, what I need to be doing is the 
below, correct?


GUERNSEY SERVER
1. myFORM.cfm - submits to #2
2. myFORM-PROCESS.cfm - (insert or update record)
    a. call to processFORM.cfc "insertRECORD" or "updateRECORD"
       method on USA server
3. myRESULTS.cfm - (display update results)
    a. call to processFORM.cfc "showRECORD" method on USA server


USA Server (mySQL database)
1. processFORM.cfc
    a. showRECORD method
    b. createRECORD method
    c. updateRECORD method

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254851
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to