I have to fill a datatable ado.net with the elements of a recordset adodb.
A way to do it is cycling on the recordset and create a new row on the datatable for each entry of the recordset, ok, but i think that this method is very slow, so I'd like to know if there is a faster way. :)
Thanks :wave:
