Subject Re: [firebird-python] table name in cursor description
Author Uwe Grauer
Uwe Grauer wrote:
> dwich_cz wrote:
>> The question is: Is there any way to retrieve column's table name in
>> kinterbasdb? I tried to find it but I couldn't. Thanks for any advice
>> as this is would help me a lot.
>>
>
> No, not directly.
>
> Python's DBAPI doesn't have a database agnostic way to get field
> information for a table.
> python DBAPI:
> http://www.python.org/dev/peps/pep-0249/
>
> You would have to use database specific functions:
> http://www.firebirdfaq.org/faq174/

Also take a look at:
http://www.sqlalchemy.org/

Uwe