Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Programming C++

Virtual Cursor

Author: codeproject.com | Published: 1st May 2008 | Visited: 160 times | Add Comment
Filed in: CPlusPlus

This article demonstrates a new technique to optimize DBMS' output cursor storage using Virtual Cursor.

Read Article
 

Sponsored Links

 


Related Articles

 CodeSnip: Using Dynamic Cursor in a Procedure Using Oracle 9i In this code snippet, Deepankar examines the usage of dynamic cursors in a procedure where the table name is passed as an input parameter. After listing the SQL code sample, he analyzes it and then provides a screenshot of the final out ...

 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 ...

 ZipFS: Using ZIP files as virtual directories or read-only resource containers in ASP.NET A library to use a ZIP archive (with images, script files, resources and so on...) as if it is a virtual directory in ASP.NET applicat ...

 Agochar Keypad - A Virtual Keyboard in Hindi A compact virtual In-Script keyboard to input hindi (official language of India) characters in text bo ...

 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 ---------- ---------- ------- ...

 JavaScript Virtual Keyboard This article presents a Virtual Keyboard - an important addendum to the library of usability to ...

 Home Made Java Virtual Machine Functional java virtual machine - can run java applications for most of the instructi ...

 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.. ...



Next: Read Environment Strings of Remote process



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links