标签: .net vb.net stored-procedures
我想在我的项目中使用存储过程,但我不知道它。请问您能告诉我一些如何使用我可以在我的vb.net应用程序中使用一个吗?
答案 0 :(得分:0)
将存储过程视为可以执行的数据库的函数。参见:
http://en.wikipedia.org/wiki/Stored_procedure
答案 1 :(得分:-1)
我认为您可以访问它http://www.sql-server-performance.com/articles/dba/stored_procedures_basics_p1.aspx来查看它。