Representing Visio diagramdata in a database

K

keithb

Using VBA, or .NET managed code, is it possible in a Visio diagram to create
connections between nodes of a symbol based on information stored in a
database? Is it possible, after a user has manipulated symbols to update the
connection and location information for each symbol in a database? If these
kinds of operations can be performed, can someone direct me to an article or
book on the subject?

Many thanks,

Keith
 
A

Al Edlund

check John Marshall's site (www.mvps.org\visio). He has references to many
books. I'd start with David Edsons book for the basics (a lot of vba code).
He has examples of working with connections and office products. If you have
the product already, check the Database Wizard which might relieve a lot of
the simple issues.
al
 
Top