Stored Procedure Modeling

R

R Brideau

Hey All -

In searching through all the newsgroups for a solution to incorporate
stored procedures in a database drawing, nobody has posted a way to do
this.

Using VBA there should be a way to read the SP name & text into a drawing
object of some kind. The objects text/label could reflect the name of the
SP. Further, the objects onClick event could be coded to open a text
window containing the SP's code.

In this way, we could incorporate SP's into our diagrams.

Could someone reply with a code snippet to do this?


TIA

Richard
 
Top