developer155
Programmer
What is the difference between adUseServer and adUseClient cursor locations and which one is better in the following:
I am using the cursor to run a very large stored procedure and get back the results of the call (to go through the results in my vb app).
I noticed that when I use adUseClient sometimes the sp does not get executed completely, which does nto happen when I use adUseServer.
Is there anything in adUseClient that would cause a big sp not execute completely?
thanks
I am using the cursor to run a very large stored procedure and get back the results of the call (to go through the results in my vb app).
I noticed that when I use adUseClient sometimes the sp does not get executed completely, which does nto happen when I use adUseServer.
Is there anything in adUseClient that would cause a big sp not execute completely?
thanks