aimlion11yahoo
Instructor
I have a number of collection each holding objects of different types. I need to populate multiple tables in the database with the contents of these collections, and I want to use a stored procedure so I can rollback the transaction if any part of it fails. The database is SQL Server 2000. My question is, how do you pass collections and objects to a stored procedured?