Research of Stored Procedure Technology Based on vs.net

The paper introduces how to use stored procedure to optimize the Database access in vs.net and uses an example to describe this. In detail, it includes the comparison of simple stored procedure with SQL, stored procedure with parameters, and use stored procedure to update database table. After these, it gives out some advice about stored procedure in vs.net.