开发者

Multi delete record

开发者 https://www.devze.com 2023-01-06 08:37 出处:网络
I have array: for (int i = 0; i < ds100.Tables[0].Rows.Count; i++) H开发者_如何转开发ow to delete multi record for each value

I have array:

for (int i = 0; i < ds100.Tables[0].Rows.Count; i++)

H开发者_如何转开发ow to delete multi record for each value using c#, dot.net?


If you are using sql 2005 then you can use xml to insert multiple records.

See this example. http://www.codeproject.com/KB/database/InsertingCollection.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消