almacenar un recordset en un array

Estimados amigos

de antemano mi agradecimiento por su valiosa ayuda, necesito almacenar los registros de un recordset
previamente recuperados de una base de datos en un array, ojala me puedan proporcionar las funciones
o el cdigo necesario para realizar esta operacion.

Cordialmente,

Raul

Since not all of use speak Spanish (courtesy of GOOGLE TRANSLATE)

If they are in a recordset, then that means they exist in a table (or tables) that you retrieved them from.

Simply change your SQL to use an INSERT INTO and put them directly into the other table you require.
No recordset neeed.

Muchas Gracias Dave
realmente se puede enviar directamente desde la consulta SQL a otra tabla
Tu ayuda me ha sido muy oportuna
Un abrazo
Raul

user either INSERT INTO or CREATE TABLE depending on if the destination you desire exists already or not