On 03/08/07, Terry Carroll <[EMAIL PROTECTED]> wrote:
> On Thu, 2 Aug 2007, John Fouhy wrote:
>
> > I'm not sure about PRAGMA, but you can do introspection in sqlite by
> > examining the table 'sqlite_master'.
>
> Thanks.  That's how I get the table names, actually.  But it doesn't give
> the column names.

It gives you the CREATE statement; you could just parse that :-)

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to