Subject | Re: [ib-support] Table 2 Table |
---|---|
Author | Ann W. Harrison |
Post date | 2001-10-16T20:59:09Z |
At 03:46 PM 10/16/2001 -0500, Mike Grover wrote:
(in my opinion - whose did you expect?) is QLI
QLI> ready <db1>.gdb as source
QLI> ready <db2>.gdb as target
QLI> target.<table> = source.<table>
Matching is done on column names.
To define a table in one database that reflects the structure of
a table in another database ...
QLI> ready <db1>.gdb as source
QLI> ready <db2>.gdb as target
QLI> define relation target.<table> based on source.<table>
Regards,
Ann
www.ibphoenix.com
We have answers. Mine are antiquarian.
>Is it possible to copy data from one table to another where the tablesPossible, sure. Depends on how you go about it. The easiest way
>have the same structure, but are in 2 different database's?
(in my opinion - whose did you expect?) is QLI
QLI> ready <db1>.gdb as source
QLI> ready <db2>.gdb as target
QLI> target.<table> = source.<table>
Matching is done on column names.
To define a table in one database that reflects the structure of
a table in another database ...
QLI> ready <db1>.gdb as source
QLI> ready <db2>.gdb as target
QLI> define relation target.<table> based on source.<table>
Regards,
Ann
www.ibphoenix.com
We have answers. Mine are antiquarian.