If you can SCONNECT, to an RB DB or other, SATTACH the table (using an Alias), then copy the source to the open/local db, then I would recommend this approach. I use it all the time. I like it MUCH BETTER, whenever it's feasible, than any sort of EXPORT & IMPORT of structure and data.
I also use something similar to CREATE a table when I already have a VIEW defined, but really want a table, yet find that I'm too lazy to use RBDEFINE. I just save the VIEW's data from the Browser to a TABLE. Hey, if you like the VIEW, it's quick, cheap, and easy. My $0.02, Steve in Memphis From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of DAVID Sent: Thursday, April 24, 2008 9:28am 09:28 To: RBASE-L Mailing List Subject: [RBASE-L] - COPY TABLE WHAT IS THE USED SYNTAX TO COPY A TABLE FROM ONE DATABASE TO ANOTHER DAVID

