Hi,
Within an Aris script, once I'm connected to 2 databases, how can I simply copy an object (or a model) from the first DB to the other ?
Thank's a lot,
Gaël.
Hi,
Within an Aris script, once I'm connected to 2 databases, how can I simply copy an object (or a model) from the first DB to the other ?
Thank's a lot,
Gaël.
Hi, I was wondering if there was a way to do copying of models within the same database without using the merge component?
Amol Patil on
Hi Gael,
You need to first get Merge component by
Context.getComponent("Merge")
then see the merge API help to do the merge from one database to another.
Regards,
Amol Patil