On Aug 19, 4:35 pm, Amie <[EMAIL PROTECTED]> wrote:
> Hi,
> how do you display the results of an sql query and display it onto the
> html form or html table
>
> Thanks

Hello,

You might want to take a look at:
    sqlobject http://www.sqlobject.org/
or
    sqlalchemy http://www.sqlalchemy.org/

These can assist in translating SQL query results into Python objects.

For generating the html forms and tables out of the sql results data
you
can try:
    genshi: http://genshi.edgewall.org/
    kid: http://www.kid-templating.org/

I hope this helps.

Marco
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to