Accessing Database Reverse Engineering Wizard through VBA?

S

Stephen

Hello:

Is there any way through Visio VBA of programmatically accessing the
database reverse engineering wizard? I'd like to be able to reverse engineer
an ERD for different subsets of tables in my SQL Server database based on a
file or array of table names.

Thanks.
 
A

Al Edlund

unfortunately the database modeling is a closed application with no
published api's.
al
 
Top