Author Topic: NetZoom 9 and Shape Sheets  (Read 7833 times)

0 Members and 1 Guest are viewing this topic.

uif_jlh

  • Newbie
  • *
  • Posts: 1
NetZoom 9 and Shape Sheets
« on: November 04, 2009, 03: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

aledlund

  • Hero Member
  • *****
  • Posts: 1412
Re: NetZoom 9 and Shape Sheets
« Reply #1 on: November 04, 2009, 11:22:28 PM »
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