Create Stored Procedure

JesseH

Active member
Joined
Feb 9, 2006
Messages
42
Location
Sugar Land, TX
Programming Experience
10+
How do you create a stored procedure for Windows Forms? We use ODBC to AS400, we have over 1000 files so I was thinking of creating a stored procedure every time I access a new file. Eventually, I would have most of the frequently used files in a stored procedure.

Is this a good way to do this? If so, how would you do this?

Thanks for the help.
 
Stored Procedures are a function of DBMSs.... not necessarily of WinForms.... since you are accessing files on the AS400, not a database (or are you?) .... stored procs may not be feasable.

-tg
 
Back
Top