|
| Total Answers and Comments: 7 |
Last Update: June 08, 2008 Asked by: sandip_kate |
|
| | |
|
Submitted by: praveen.pinisetti
Static cursor (general) is associated with only one SELECT statement.It can't be with many.That too we can't use at dynamic time. Ref Cursors also known as Dynamic cursors cane be associated with as many SELECT statements you want at different times.You can associate with different SELECT stataments at dynamic time.
Above answer was rated as good by the following members: neelapu_k | Go To Top
|