D
Danny
I am writing a program that will connect to a device and
potentially retrieve 1000+ records at a time for
processing. Every record will get processed and saved in
a SQL Server database. I am planning of acomplishing this
by using an Arraylist to hold the records from the device
while they get processed. Is this the best way to do this
or would it be faster to save the records to table and
then process them from a recordset?
Thanks for the help!
Danny
potentially retrieve 1000+ records at a time for
processing. Every record will get processed and saved in
a SQL Server database. I am planning of acomplishing this
by using an Arraylist to hold the records from the device
while they get processed. Is this the best way to do this
or would it be faster to save the records to table and
then process them from a recordset?
Thanks for the help!
Danny