Maybe it is an idea to drop all foreign keys and rebuild them afterwards. Unload the structure of your database and select all foreign keys.
Use this selection for both actions Tony From: [email protected] [mailto:[email protected]] On Behalf Of MDRD Sent: dinsdag 18 september 2012 20:31 To: RBASE-L Mailing List Subject: [RBASE-L] - Update an old user Hi Is there an easy way to update an old user to my new application? There version of my app is 3 years old and it is hard to remember all the changes we have made since then. So, I was thinking about deleting Unloading all their data then load it into an empty copy of my program. The main problem I can think of is if the data will load in the correct order so the PK’s get loaded first then FK’s. Is there an easy way to handle this? Thanks Marc

