A Couple of Questions

Robert Brenstein rjb at rz.uni-potsdam.de
Tue Jan 6 12:08:26 CST 2004


>on 12/22/03 6:27 PM, Ken Ray at kray at sonsothunder.com wrote:
>
>>>  But you have not answer, Ken.
>>>  You use client-side cursors?
>>
>>  For SQLSelect() I'm using server-side cursors. The problem comes when I use
>>  SQLSelectRecords(), which AFAIK doesn't have the ability to set server-side
>>  or client-side, right?
>
>Right, it uses client side cursor, because it need only read.
>
>And I was sure that SQLSelectRecords() will never be used on big selections.
>

Do I read it correctly that SQLSelectRecords in the server version 
creates a cursor on the client side? Since the point of 
SQLSelectRecords is to send only the data, it would be logical to 
create the temp cursor on the server and pass on only the data. Or am 
I missing something?

Robert


More information about the Valentina mailing list