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 what
you are after.  Most of the statement handle attributes (e.g. NAME,
NUM_OF_FIELDS, and NUM_OF_PARAMS) should be available for cursors.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


Reply via email to