TABLE Subcommand (SAVE TRANSLATE command)

TABLE identifies the table name for TYPE=ODBC.

  • Table names should be enclosed in quotes.
  • You can replace an existing table or append new records to an existing table.
  • You can create a new table in the database by specifying a table name that does not currently exist in the database.

Example

SAVE TRANSLATE
   /TYPE=ODBC
   /CONNECT 
   'DSN=MS Access Database;DBQ=C:\examples\data\dm_demo.mdb;'
   'DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;'
   /TABLE='mytable'.