Click here to Skip to main content
15,881,872 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,
i need to create visual database designer in C# Windows Forms or .Net WPF Application as Sql Server's Database Diagram creator(graphic display of the tables, relationships,...).
i have data tables collection only.
Posted
Updated 29-Sep-14 21:41pm
v2
Comments
Sergey Alexandrovich Kryukov 30-Sep-14 3:23am    
Not a valid question. What do you mean "how"? By doing appropriate architectural, design and implementation work. Any questions about that?
—SA

1 solution

Creating a designer is not a simple task, the effort, in my opinion is comparable to the one used in developing an IDE. You might have a look at source code of an existing (open source) designer, like, for instance DBDesigner 4[^].
 
Share this answer
 
Comments
Mansurjon Kurtov 1-Oct-14 9:37am    
in what language it is written?

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