Show SQL SERVER database Diagram in winform control
How to show SQL Server database diagram in window forms control, I have create a diagram in Management studio. I am now trying to view diagram in c sharp application. Is there a way to this? The diagram shows the specific database tables and also relationship mappings. I am trying to show this feature in my application can someone guide me.
David SmithPosted Apr 13, 2012, 6:18 AM
SenthilkumarPosted Apr 13, 2012, 6:08 AM
I do not think you can show it any control.
First, you need to do some kind of research like whether it generates any image from the diagram. If yes, then we need to find the path of image creation.
If image generated then we can show it in the image control.