Regarding Cursor
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Everybody Can any body tell me the differnce beetween Client-Side Cursor and Server-Side Cursor. Thanking you , Param Thaker
param
-
Hi Everybody Can any body tell me the differnce beetween Client-Side Cursor and Server-Side Cursor. Thanking you , Param Thaker
param
There are many differences. Basically, Client-Side cursors work on a default result set that is cached on the client. They can be forward-only or static. Server-Side cursors have much more functionality, for example, Dynamic cursors reflect all changes made to the rows in their result set when scrolling through the cursor. Steve