views:

60

answers:

2

Hello guys,

I want use a stored procedure in my project but I have no idea about it. Please could you tell me a little bit about how to use I can use one in my vb.net application ?

A: 

I think you can visit it http://www.sql-server-performance.com/articles/dba/stored%5Fprocedures%5Fbasics%5Fp1.aspx to have a look at it.

Yongwei Xing
+1  A: 

Think of a stored-procedure as simply a function for a database that you can execute. See:

http://en.wikipedia.org/wiki/Stored_procedure

Garen