I wonder if it anyone know any good tips & tricks to improve performance on ADODB Connections.
Sometimes it goes veeery slow to open the connection and running the query takes under a second and other times opening the connection goes fast but running the query takes ages.
I have noticed that its usually the first time the query is runned its taking the longest. If the same query is beeing run again it goes ALOT faster.
I have tried running a simpler query to the DB when opening the worksheet to improve the time it takes to open the connection, but it doesnt seem to help that much for some reason.
The SQL statements are also pretty huge, around 2000 characters (no spaces)
I read somewhere else that adding:
rec1.CursorLocation = adUseClient
rec1.CursorType = adOpenStatic
might help. But didn't see much difference.
As you can see from the code its 2 different servers that the querys can go to. So one question is that if I run a query on Server 1 does the connection to server 2 get terminated?![]()
Please Login or Register to view this content.
Is there a way to keep both connections open?
Here are the methods I run when the sheet is opened. Theese query goes very fast to open connection and run. So question again is if this actually should help? Are the connections beeing kept alive?
![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks