Visio Guy

Solution-specific Visio Discussions => Network Diagramming => Topic started by: uif_jlh on November 04, 2009, 08:14:04 PM

Title: NetZoom 9 and Shape Sheets
Post by: uif_jlh on November 04, 2009, 08:14:04 PM
Hi,
I've used Visio quite a while (years) and have built many network diagrams.   I've had NetZoom 6 & now 9.0 and 9.3...

I'm starting to want to have the "object data" saved in a common place.  I'd imagine that a SQL database would be best.  I'm a systems admin, not a VB programmer.  Is there a "how to" somewhere?

Thank you!

JLH
Title: Re: NetZoom 9 and Shape Sheets
Post by: aledlund on November 05, 2009, 04:22:28 AM
Based on a rather cursory examination of the NetZoom product (I use their stencils a lot), they claim to have some significant reporting capabilities. I believe their custom property sets are stored in MS Access runtime images as well. The easiest path would be to just output the reports and then use them as input to whatever mechanism you decide to store them in. One of the advantages is they have done a very good job of selecting a broad spectrum of properties.
There of course are "how to's" for visio (the sdk), vb.net (the vb.net express does not support office, so visual studio but videos are available to teach the basics), database (vb.net examples), and a bunch of others.
Deeper suggestions would pretty much depend on what you are trying to do/what you want to get out of this.

al