Visio Drawing from database

S

Steve

Has anyone experimented with generating drawings from a database? I know how
to link objects in an existing drawing, but now want to be able to automate
the entire process. Obviously, writing the code to optimize the arrangement
of the objects on the page would be quite complex, but just populating a new
page with database-linked objects would be a good start.

Thanks in advance...

Steve
 
A

AlEdlund

It's definitely do-able. You might check out the visio sdk. There are some
things that help a lot with generics (dropmanyshapes as an example). I do a
lot of it with datacenter physical topology stuff. David Parker's book on
data visualization is an excellent source for ideas and pitfalls to avoid.
Access is a good tool to prototype with, but for larger projects you'll
probably move on to something like SQL. The same applies to VBA vs. DotNet.
al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top