Chuck,
The INSERT INTO . should work, but you may have to get specific and name all the columns in both tables. If either the source or the destination has computed columns, that could be your issue. Emmitt Dove Manager, DairyPak Business Systems Blue Ridge Paper Products, Inc. [EMAIL PROTECTED] [EMAIL PROTECTED] (203) 643-8022 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 11, 2007 6:50 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Appending a local table to an ODBC attached table? RBase V-8.0.16.31003 . Is there a way to append from a local table to an ODBC attached table ? I have tried append and (INSERT INTO ODBC_Table SELECT * FROM Local_Table).

