Re: A Python way to get MS Access table column information?

2007-10-15 Thread M.-A. Lemburg
On 2007-10-15 17:16, goldtech wrote: > Using Python and OBDC in MS-Access DBs. So, I'm able to run SQL > statements from Python on an Access DB. > > Is there an SQL statement that will give me column information? For a > table I want to know the data type and of course colum/Attribute name > for e

Re: A Python way to get MS Access table column information?

2007-10-15 Thread Diez B. Roggisch
goldtech wrote: > Using Python and OBDC in MS-Access DBs. So, I'm able to run SQL > statements from Python on an Access DB. > > Is there an SQL statement that will give me column information? For a > table I want to know the data type and of course colum/Attribute name > for each column. > > So

A Python way to get MS Access table column information?

2007-10-15 Thread goldtech
Using Python and OBDC in MS-Access DBs. So, I'm able to run SQL statements from Python on an Access DB. Is there an SQL statement that will give me column information? For a table I want to know the data type and of course colum/Attribute name for each column. So far the answer has been "no". VB