D
Darizotas
Hello to everybody,
I have a question, I have a split database (FE/BE) and from the application
(FE) I am trying to copy (duplicate) several tables and their corresponding
relationships (all contained at BE). But I have found several problems:
1. First, I tried using CopyObject, but I realized that it copied only the
link!!
2. Second, I tried also to use TransferDatabase, but it seems not to work.
Or may be I have not used it properly.
3. Third, I know I could copy that tables just by using SQL: select into..
but it does not copy the indexes, and I need them, because they are involved
in the relationship constraints.
Somebody could throw me some light on this issue??
Thanks in advance,
Dario.
I have a question, I have a split database (FE/BE) and from the application
(FE) I am trying to copy (duplicate) several tables and their corresponding
relationships (all contained at BE). But I have found several problems:
1. First, I tried using CopyObject, but I realized that it copied only the
link!!
2. Second, I tried also to use TransferDatabase, but it seems not to work.
Or may be I have not used it properly.
3. Third, I know I could copy that tables just by using SQL: select into..
but it does not copy the indexes, and I need them, because they are involved
in the relationship constraints.
Somebody could throw me some light on this issue??
Thanks in advance,
Dario.