nickperez22
Technical User
I need to copy a table from one backend database (Source) to another (Destination) from my frontend. I tried using CopyObject but it only allows me to set the destination database and not the source database.
Since the table that I'm copying is a linked table to the front end when I ran the code all it did was put a link in the destination database to the source database instead of actually copying the table.
I could import the table from the backend and then use the CopyObject to put it into the destination database but was wondering if there was a better solution.
Since the table that I'm copying is a linked table to the front end when I ran the code all it did was put a link in the destination database to the source database instead of actually copying the table.
I could import the table from the backend and then use the CopyObject to put it into the destination database but was wondering if there was a better solution.