Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to draw database diagram in c# same like in SQL-SERVER. What Should I do?
Posted
Updated 2-Jun-22 1:49am
Comments
Unareshraju 3-Aug-12 2:11am    
for what?
through the design or coding ?
r u connecting to any database?

You need to write code that draws what you want to draw. The paint event is the obvious place to do it, but you're on your own, really.
 
Share this answer
 
Comments
Wasif3471 6-Aug-12 4:49am    
What code should be? some examples
would i use MS Visio component in C#
Try graphviz library, using dot code, it contains required tools to draw DB models
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900