Display the results of a query to an html table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amie

    Display the results of a query to an html table

    Hi,
    how do you display the results of an sql query and display it onto the
    html form or html table

    Thanks
  • Marco Nawijn

    #2
    Re: Display the results of a query to an html table

    On Aug 19, 4:35 pm, Amie <sthembileng... @gmail.comwrote :
    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

    Comment

    • alex23

      #3
      Re: Display the results of a query to an html table

      On Aug 20, 12:35 am, Amie <sthembileng... @gmail.comwrote :
      how do you display the results of an sql query and display it onto the
      html form or html table
      You might want to give people time to actually respond to the original
      thread in which you asked this question, rather than spawning a new
      one through impatience. You might want to also think about the earlier
      suggestions made in that thread and come up with your own solution.

      However, if what you -really- want is someone to write the code for
      you, just be forthright and state that.

      Comment

      Working...