Page 1 of 1

Cursor types

PostPosted: Tue Oct 06, 2009 10:59 am
by jash
What are different types of cursor and which one is used frequently.

Re: Cursor types

PostPosted: Tue Oct 06, 2009 12:28 pm
by Anuj Dhawan

Re: Cursor types

PostPosted: Tue Oct 06, 2009 6:16 pm
by swd
I'm not 100% sure what you are asking. If you mean opening a cursor for a) Read Only b) For Update, or perhaps c) With Hold?

Is this what you mean? If it is then they are all used frequently, but it depends what your program is doing. Where I work, all these are commonly used.

If this isn't what you mean then please provide more information.

Re: Cursor types

PostPosted: Thu Oct 08, 2009 1:08 pm
by raghucheepinapi
Hi ,

Cursor types are Scrollable and Non scrollable.

Scrollable Cursors are 2 types Sensitive and Insensitive Scrollable cursors.

Raghu.