Hi Mark, Sorry I've maybe gone a bit OTT on the explanation.
Simplified down a bit.... 1st Login - I'm getting a brand new set of Transfer objects - using new() and populating these from an external database with several SQL calls ( direct through cfquery ) These are then saved to our Transfer-based database later into the application ( through Transfer.cascadeSave() ) 2nd Login - I want to grab the SQL as before but as an extra rule I now want to check if any records exist in the Transfer-based database. If they do I want to use these objects instead but I want to update them with any changes that might have been made in the external database to make sure everything is up to date. --- The Transfer objects we've got at this stage have a number of relationships so like get(objStudent,1234) etc. which bring me back the objects with all the relationships builtup and I wondered if there was a way of doing the same but for updates and apply SQL across them all. If it's not then I guess I'm going to have manually go through the objects, match them up to the appropriate queries and check for change at key points. Cheers, James -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
