I need to pass a lot of data to sql server
currently I am using a stored procedure in a loop
and firing it for each record in the recordset and doing the insert. There are 6 -800 records that need to be sent and inserted.
is there a better way to do this ?
in .net i pass a xml variable and then the stored
procedure does a bulk insert, I have not seen a way to
do this in vb6
Thanks
currently I am using a stored procedure in a loop
and firing it for each record in the recordset and doing the insert. There are 6 -800 records that need to be sent and inserted.
is there a better way to do this ?
in .net i pass a xml variable and then the stored
procedure does a bulk insert, I have not seen a way to
do this in vb6
Thanks