When writing VB6 code to use stored proceedures on the server, is the result of the select (within the SP) stored on the server or passed to the client?
Cursor.location = aduseclient<br>Curson.location = aduseserver<br><br>will determine where the resultset is going be after the recordset or command object is opened or executed.
You have to be careful here - the Cursor.location is a VB language thing not a SS nproperty. The followiong happens.<br><br>You VB app fires the SP.<br><br>The SP is run by SS and any selects & cursor it creates <b>DURING</b> execution will reside on the server. Regard less of what you have specified in your VB code.<br><br>When the SP <b>RETURNS</b> the results, the cursor is then resident where you have specified in the VB code.<br><br>My initial comment stil stands.<br><br>HTH <p>Cal<br><a href=mailto: > </a><br><a href= > </a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.