Click here to Skip to main content
16,011,374 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi

Can anyone refer me to a free tool that basically gets a SQL table and this tool automatically creates the C# class with the basic functionality such as load, save, delete and creates the stored procedures as well?

Help will be greatly appreciated.

Thanks
Posted

1 solution

Visual Studio has that built in. Google "DataSet". Also, create a new Windows Forms project, right click your project in the solution explorer, select "Add", select "New Item...", select "DataSet", then click "Add". When you create a DataSet, you can add tables to it and the corresponding SELECT, UPDATE, DELETE functionality. There are wizards and such to help you out. Play around with that or Google from then on.
 
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