Hi,
I am inserting my recorset into a table by executing INSERT INTO .... VALUES for each record in the recordset and by moving from one record to another. This is quite slow process.
Is it possible to insert the entire recordset into the table with a single shot?
Thank you!
vladk
I am inserting my recorset into a table by executing INSERT INTO .... VALUES for each record in the recordset and by moving from one record to another. This is quite slow process.
Is it possible to insert the entire recordset into the table with a single shot?
Thank you!
vladk