ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Problems with ADO connection to same workbook? (https://www.excelbanter.com/excel-programming/385260-problems-ado-connection-same-workbook.html)

Tim Lund[_2_]

Problems with ADO connection to same workbook?
 
I have a workbook in which I have an ADO connection to itself, so that I can
use SQL to get arrays of data I want for processing in VBA. But I suspect it
is responsible for intermittent instabilities - typically an ADO related
error message about 'Network connection may have been lost'. Does anyone
recognise this problem? Is this self references connection object just
inherently flakey? Any "dos" and "don'ts"?

Tom Ogilvy

Problems with ADO connection to same workbook?
 
http://support.microsoft.com/default...;319998&Produc
BUG: Memory leak occurs when you query an open Excel worksheet by using
ActiveX Data Objects (ADO)

Most recommend doing a

thisWorkbook.SaveCopyAs "some name"
then ADO to that closed copy.

Delete when done using it.

--
Regards,
Tom Ogilvy


"Tim Lund" wrote:

I have a workbook in which I have an ADO connection to itself, so that I can
use SQL to get arrays of data I want for processing in VBA. But I suspect it
is responsible for intermittent instabilities - typically an ADO related
error message about 'Network connection may have been lost'. Does anyone
recognise this problem? Is this self references connection object just
inherently flakey? Any "dos" and "don'ts"?



All times are GMT +1. The time now is 12:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com