creating query builder
-
Hi, I would like to invoke query builder application in my program or build a query builder wizard in C#. Can some one help me in graphically displaying the tables in the query builder wizard? I want to display all tables, their attributes , and foreign key relations between tables using arrows. How can I do this?? Karteek
-
Hi, I would like to invoke query builder application in my program or build a query builder wizard in C#. Can some one help me in graphically displaying the tables in the query builder wizard? I want to display all tables, their attributes , and foreign key relations between tables using arrows. How can I do this?? Karteek
You could use SQLDMO, it will return all the info you need. There are quite a few articles on SQLDMO here on CP, here is the Google search result. regards, Paul Watson Bluegrass South Africa Chris Maunder wrote: "I'd rather cover myself in honey and lie on an ant's nest than commit myself to it publicly." Jon Sagara replied: "I think we've all been in that situation before." Crikey! ain't life grand?