Table Creation DDL from Microsoft Access

后端 未结 6 1716
梦谈多话
梦谈多话 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条回答
  •  -上瘾入骨i
    2020-12-25 15:15

    You might want to look into ADOX to get at the schema information. Using ADOX you can get things such as the keys, views, relations, etc.

    Unfortunately I am not a VB programmer, but there are plenty of examples on the web using ADOX to get at the table schema.

提交回复
热议问题