|
-
Jun 1st, 2007, 04:09 AM
#1
Thread Starter
Lively Member
[2005] [array list]
Hi friends,
i have stored some values in arrarylist .. i want to insert the each values to my table in sql server database in row wise.. how to pass the array list to storedprocedure and how to get the count of arraylist in stored procedure.. plz help me ..
-
Jun 1st, 2007, 08:25 AM
#2
Re: [2005] [array list]
SQL commands, SQL connections, Select statements.
Do you have any code right now? If so, please show us so we can help you get it in order.
-
Jun 4th, 2007, 03:13 PM
#3
Re: [2005] [array list]
Depending on your data integrity needs, you could execute one insert statement for each item in the Arraylist, or you could pass in a comma-separated list to your stored procedure which you then need to split.
Which one?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|