N
Noel Justus
Im trying to minimize the number of stored procedures and was
wondering if there is any downside to using a single stored procedure
to handle the select,insert,update, and delete commands for a data
adapter.
I create the sql dataadapter using system tables to generate the
parameters and add an additional parameter to denote the type of
process.
Would appreciate any experienced criticisms.....thanks
wondering if there is any downside to using a single stored procedure
to handle the select,insert,update, and delete commands for a data
adapter.
I create the sql dataadapter using system tables to generate the
parameters and add an additional parameter to denote the type of
process.
Would appreciate any experienced criticisms.....thanks