GeekArticles
Programming
C++Virtual Cursor
Author: codeproject.com |
Published: 1st May 2008 |
Visited: 160 times |
Add CommentFiled in: CPlusPlusThis article demonstrates a new technique to optimize DBMS' output cursor storage using Virtual Cursor.
Read Article Sponsored Links
Related Articles
• Virtual Earth?What's New in the Latest Release Microsoft's web-based mapping application has an upgraded user interface, better compatibility, and improved functionality, so it's an ideal time to get started with the platform or upgrade your existing application. Find out what's new and what's changed in the latest rele ...
• CodeSnip: 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 tech ...
• Configuring SharePoint Virtual Machine LAN Connections Insufficient VM LAN connectivity in the development of SharePoint solutions may cause developers to lose valuable time and peak development capabilities. This article provides reasons and steps to configure the most valuable VM LAN connectivity practices with the help of relevant steps and screen sh ...
• Question on Cursor Hi Tom,
Whats the difference between the below two
1.
DECLARE
CURSOR c1 IS SELECT ENAME,DNAME FROM emp A,dept B
WHERE A.deptno=B.deptno;
BEGIN
FOR i in c1 LOOP
----------
----------
------- ...
• Virtual Private Network (VPN) Virtual Private Network (VPN)
A VPN or a Virtual Private Network is a dedicated communications channel which is streamlined using another network. A VPN is useful for companies which need their own space on the internet. For example a business community that needs to secure its own network on the.. ...