Reverse-Engineer Database thru VISIO SDK?

P

Pradip

Can I create a DataModel of an existing SQL Server database and export that
ERD to a JPEG file programatically using VISIO SDK and VB.NET(or any other
programming language).
Could someone provide reference link or samples if available.
Thanks.
 
D

David Parker

You can save as jpeg (whole page or selected shapes) with normal Visio
file/Save command.
Is that what you want to do?
 
P

Pradip

I want to connect to a database, Reverse Engineer the Database structure i.e
generate the DataModel and Export the Datamodel as JPEG. All the above steps
need to be done through VisualBasic Code using Visio SDK. Is that possible?
 
Top