M
Mark Lauser
Hello,
I have a vb.net application that accumulates records in a
one-table dataset (viewed on-screen with a datagrid).
Once the user is done creating records, I need to send
the table along with some other values to SQL server for
processing.
What would be the best way to populate a cursor in a
stored procedure with the records from the dataset? I am
hoping to avoid doing a trip to the server for each
record.
Thank you,
Mark Lauser
I have a vb.net application that accumulates records in a
one-table dataset (viewed on-screen with a datagrid).
Once the user is done creating records, I need to send
the table along with some other values to SQL server for
processing.
What would be the best way to populate a cursor in a
stored procedure with the records from the dataset? I am
hoping to avoid doing a trip to the server for each
record.
Thank you,
Mark Lauser