GeekArticles
Microsoft
ASP.NET
Microsoft
ASP.NETCodeSnip: How to make use of parameterized cursor in Oracle
Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this technique with the help of the relevant SQL code. He also provides a brief analysis of the code and also a screenshot of the final output.
Sponsored Links
Read Next: ASP.Net C# MessageBox
Related Topics
Subscribe via RSS
ASP.NET
- Enhancing Performance with Caching MCMS 2002
- patterns & practices: Threat Modeling Web Applications
- Cookieless ASP.NET
- Aspect.NET: Aspect-Oriented Programming for Microsoft.NET in Practice
- Ajax-Driven Web Sites: Under The Hood
- Asynchronous Web Services
- Implementing Tab Navigation with ASP.NET 2.0
- Using WSE 2.0 to Secure Enterprise Integration
- NetAdvantage 2005 Volume 1 Toolset for the Enterprise
- Master Pages in ASP.NET 2.0
