Click here to Skip to main content
15,921,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to open a sqlquery browser using windows form application
Posted

1 solution

You can create a window that runs any SQL you type in. That's the only way to embed something in your app.
 
Share this answer
 
Comments
Sravanthid28 1-Aug-12 7:07am    
nope we can create tables and databases dynamically using sql server as a client
Christian Graus 1-Aug-12 16:03pm    
Of course SQL Server is behind it, but if you want a user interface, inside your app, you need to write it. If SQL Server wasn't behind it, what would run in your app ?

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