Click here to Skip to main content
15,910,121 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello everyone

i'm programming a project for a company and i want to use SQL Stored Procedure for coding but i'm not filmier with it, i tried to read about it but it's hard for me.

can anyone guide me for a SQL Stored Procedure Generator that generate Stored Procedure and it's class too in vb.net.
Posted

1 solution

Learn how to code stored procedures. It's not that hard. Here's an example of Stored Procedures which performs CRUD (Create, Read, Update, Delete) operation.

http://www.sqlbook.com/SQL-Server/Auto-generate-CRUD-Stored-Procedures-40.aspx[^]

Note: Based on your logic, you have to code the SP and there's no ultimate SP generator exist which can code as per your requirement.
 
Share this answer
 
v2

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