开发者

graph (node and edges) in access

开发者 https://www.devze.com 2022-12-08 07:47 出处:网络
We\'ve got a pretty complex graph in an Access DB stored as nodes (node1, node2, etc.) and edges between the nodes (n1->n2 etc.).

We've got a pretty complex graph in an Access DB stored as nodes (node1, node2, etc.) and edges between the nodes (n1->n2 etc.).

We'd like to visu开发者_运维问答alize this in an MS Access application. What "graphics packages" would you suggest? How can these be integrated into Access? We're currently using Access 2002.

NOTE: A tree control is not sufficient as we have a more general graph (if you displayed our graph as a tree one node would occur multiple times).


It depends what you want your Graph visualisation to do, if it is just a picture then you could try using a command line based package like GraphViz. You'd just need to write a macro to invoke GraphViz, output your Graph in the DOT syntax to the GraphViz command line and then display the generated image in Access using a Form.

If you want an interactive visualisation of your Graph I've never used any such package myself so can't recommend one but I'm sure there are some out there.


I've always looked at Excel as being an excellent data visualization and graphing tool in conjunction with Access. (Of course the Excel folks soemtimes don't appreciate my attitude.) Can you easily do the graph in Excel?

Modules: Sample Excel Automation http://www.mvps.org/access/modules/mdl0006.htm Modules: Transferring Records to Excel with Automation http://www.mvps.org/access/modules/mdl0035.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消