In <[EMAIL PROTECTED]>, gert wrote:

> I was thinking about making a column module that names the columns, i
> was hoping there would be some sort of api feature that already exist
> because parsing sql statemants to figure out which column is refers to
> what is allot of work.

Are you searching for the `description` attribute of cursors?  Section
`Cursor Objects`:

   http://www.python.org/dev/peps/pep-0249/

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to