Column Names for Oracle Cursor

2002-11-04 Thread Georg Botorog
Hi, Is there a way to get the column names for a cursor call instead of :B1, :B2, etc? Thanks, G. Botorog

Re: Column Names for Oracle Cursor

2002-11-04 Thread Michael A Chase
On Mon, 4 Nov 2002 19:08:27 +0100 Georg Botorog [EMAIL PROTECTED] wrote: Is there a way to get the column names for a cursor call instead of :B1, :B2, etc? Those names are usually associated with bind variables, not columns. Some example code might make it easier for someone here to figure out