I am writing a c++ program using ADO's command and would like to pass multiple records to a SQL Server 2008 stored procedure at the same time. Is this possible? How would I do this?
A record might have multiple values to it. For example a record is worker (name, number, startDate)