I’m in the proces of migrating a Servoy5 solution to Servoy6.
I’ve got a warning that the function databaseManager.copyMatchingColumns is deprecated.
I cannot find anything about this on the wiki, what is the new function for this?
I’m using Servoy 6.0.5
databaseManager.copyMatchingFields
Hi Harjo,
Thanks for that one.
I also found: foundset.duplicateRecord
Which one is better?
it depends on what you want, duplicateRecord, does a duplicate in the same foundset, very straight forward.
copyMatchingFields, can do that on two total different foundsets (foundset’s can be based on total different db’s)
Thats what I thought, so in my case duplicateRecord is the best solution