Table Creation DDL from Microsoft Access

后端 未结 6 1719
梦谈多话
梦谈多话 2020-12-25 14:46

Is there any easy way to retrieve table creation DDL from Microsoft Access (2007) or do I have to code it myself using VBA to read the table structure?

I have about

6条回答
  •  粉色の甜心
    2020-12-25 15:19

    You can use the export feature in Access to export tables to an ODBC data source. Set up an ODBC data source to the Oracle database and then right click the table in the Access "Tables" tab and choose export. ODBC is one of the "file formats" - it will then bring up the usual ODBC dialog.

提交回复
热议问题