Results 1 to 2 of 2

Thread: Server Side & Client Side Cursors

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    i been reading books, examples ect
    i cannot grasp a detailed difference between the 2..

    can someone try to explain them
    and maybe give a example of where each is appropriate
    thanks

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Essentially the cursor is describing where the work (sql DML) will be called.

    Client side cursors - batch operations, disconnected operations, high performance when bound to complex controls

    Server side cursors - performance, multiple open cursors, less memory required, more cursor types.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width