Generate Scripts

leighcloon

New member
Local time
Today, 21:41
Joined
Jan 13, 2004
Messages
5
Is there any tool within MS Access that allows me to generate the scripts that created the tables.

Thanks in advance,
Leighcloon
 
The "script" is called DDL (Data Definition Language) and the answer is no. If you have access to a product called ErWin, it can import an Access db and create DDL for most other major RDBMS' including Access. Visio Enterprise, might do this also but I only have Pro so I'm not sure.

Alternatively, you can write the code to generate the DDL yourself.
 

Users who are viewing this thread

Back
Top Bottom