bs0d
Well-known Member
- Joined
- Dec 29, 2006
- Messages
- 622
I have an Excel application that uses ADO to query an Access database with linked tables from numerous other Access databases. I've noticed the speed of the queries has slowed down with the number of records increasing each day. This has prompted me to explore optimization ideas where I came across this article: Significantly Improve the Performance of Microsoft Access Databases with Linked Tables
The article indicates you should keep a persistent connection to the linked database. With my application being Excel based, is there a way to implement this on the VBA side of Excel, or will there be any meaningful difference? I've always followed the logic to make sure connections are closed and not orphaned, so to speak.
If anyone has done this, could you show me an example in Excel, perhaps using ADO? Thanks for any feedback
The article indicates you should keep a persistent connection to the linked database. With my application being Excel based, is there a way to implement this on the VBA side of Excel, or will there be any meaningful difference? I've always followed the logic to make sure connections are closed and not orphaned, so to speak.
If anyone has done this, could you show me an example in Excel, perhaps using ADO? Thanks for any feedback