S
Simon Morley
Having sourced data from Sybase tables into an ADO recordset, I need a way to
apend the data within that recordset into a local table, but would like to
avoid looping through the recordset transferring each record field-by-field
(because life's too short!) I'm really hoping that there might be something
like the CopyFromRecordset member of the Range class in Excel, but I can't
find anything that obvious. Any ideas?
Many thanks,
Simon
PS The reason for this is that I may have to stop using my ODBC linked
tables which had served their purpose up to now.
apend the data within that recordset into a local table, but would like to
avoid looping through the recordset transferring each record field-by-field
(because life's too short!) I'm really hoping that there might be something
like the CopyFromRecordset member of the Range class in Excel, but I can't
find anything that obvious. Any ideas?
Many thanks,
Simon
PS The reason for this is that I may have to stop using my ODBC linked
tables which had served their purpose up to now.