Subject | Re: [firebird-python] table name in cursor description |
---|---|
Author | Uwe Grauer |
Post date | 2009-02-04T09:50:01Z |
Uwe Grauer wrote:
http://www.sqlalchemy.org/
Uwe
> dwich_cz wrote:Also take a look at:
>> 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/
http://www.sqlalchemy.org/
Uwe