I am trying to export a table from Access 2000 to
Oracle. It works fine if I create a new table in Oracle, but I get an error when trying to append to an existing
Orable table.
Here is the code I am using.
DoCmd.TransferDatabase acExport, "ODBC", "ODBC;DSN=ADMIN;SERVER=TEI1;;TABLE=HANDSET_USAGE", acTable, "HANDSET_USAGE", "HANDSET_USAGE_TEMP", False
Oracle. It works fine if I create a new table in Oracle, but I get an error when trying to append to an existing
Orable table.
Here is the code I am using.
DoCmd.TransferDatabase acExport, "ODBC", "ODBC;DSN=ADMIN;SERVER=TEI1;;TABLE=HANDSET_USAGE", acTable, "HANDSET_USAGE", "HANDSET_USAGE_TEMP", False