J
Jay
Hi all,
I have a question regarding the use of ADO vs DAO recordsets.
Currently I'm using ADO Recordsets to transfer data from Access 97 to Excel.
You might ask, why ADO? The reason is that's what the code said to do:
http://support.microsoft.com/default.aspx?scid=kb;en-us;246335#XSLTH3133121122120121120120
The code worked fine for it's purpose, but I encountered one issue. To get
around it, I tried modifying the code to use DAO Recordset. Basically it was
a minor code change, nothing drastic.
But I was curious if there's any particular benefit to using ADO to perform
the task over DAO.
Thanks,
Jay
I have a question regarding the use of ADO vs DAO recordsets.
Currently I'm using ADO Recordsets to transfer data from Access 97 to Excel.
You might ask, why ADO? The reason is that's what the code said to do:
http://support.microsoft.com/default.aspx?scid=kb;en-us;246335#XSLTH3133121122120121120120
The code worked fine for it's purpose, but I encountered one issue. To get
around it, I tried modifying the code to use DAO Recordset. Basically it was
a minor code change, nothing drastic.
But I was curious if there's any particular benefit to using ADO to perform
the task over DAO.
Thanks,
Jay