Other News

Community

A Quick Tour of Visual Studio 2005

(John Peterson) While some of you have been playing with Visual Studio 2005 for a while now, many of you probably either haven’t found the time or are a little worried about messing up your current development environment. This article will give you a quick look at Microsoft’s latest development env

Community

Cursor In, Cursor Out

(Mark A. Williams) A ref cursor is a reference to a result set that resides in server memory. When a ref cursor is opened, no data is initially returned to the client. Instead, the address where the data resides is passed to the client and the client can choose how and when to process the data repre