Other News

Community

Iterating a COM Recordset

(Kishore Ramanathan) Some business clients still maintain their legacy COM business components while developing newer ones in .NET. Iterating a recordset involves complex while loops with MoveFirst/MoveNext methods and checking for BOF/EOF. The article will demonstrate how to create an encapsulating

Community

Introduction to PL/SQL

(Jean-Marc Rosengard) PL/SQL programs are organised in functions, procedures and packages (somewhat similar to Java packages). There is a limited support for objectoriented programming. PL/SQL is based on the Ada programming language, and as such it shares many elements of its syntax with Pascal. (