Passing an array or DataTable into a stored procedure

来源:互联网 发布:多线程网络编程 编辑:程序博客网 时间:2024/04/28 12:42

http://www.codeproject.com/cs/database/PassingArraysIntoSPs.asp

Passing an array or DataTable into a stored procedure
By
Gareth Edwards

This article describes how to pass the equivalent of an array, into a stored procedure, showing a number of different data types. This technique doesn't have the size limitations that a number of other techniques suffer from.