Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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"? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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"? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to store a connection with parameters into a workbook | Excel Discussion (Misc queries) | |||
reconnecting a workbook connection from Access-Excel | Excel Discussion (Misc queries) | |||
Problems with listboxes in connection with screenupdating = false | Excel Programming | |||
using ado db connection in different workbook | Excel Programming | |||
Open a password protected excel workbook from second workbook to fetch data using dynamic connection | Excel Programming |