More than 200 insert queries batch!
- From: "asimA" <u32399@uwe>
- Date: Sun, 11 Mar 2007 12:27:29 GMT
i m using .Net 2003 & SLQ Server, i have more than 200 queries now i m using
For i = 0 to dTable.count -1
query = "sp_City '" dTable.Rows(i).Item("name") & "', '" & dTable.Rows(i).
Item("code") & "'"
Rem calling the ExecuteNonQuery
IF Not execute(query) Then Return False
End For
Return True
here, executing the query one by one, but i want call ExecuteNonQuery just
one time.
how it possible.
Thanks
.
- Follow-Ups:
- Re: More than 200 insert queries batch!
- From: Ilya Tumanov [MS]
- Re: More than 200 insert queries batch!
- From: VJ
- Re: More than 200 insert queries batch!
- Prev by Date: RE: Bug in CF 2.0 finally block under CE
- Next by Date: Re: Using a managed library from native code
- Previous by thread: Developing and Deploying Pocket PC Setup Applications
- Next by thread: Re: More than 200 insert queries batch!
- Index(es):