http://qs1969.pair.com?node_id=549218


in reply to Browsing a sql table on the web

You could define a table-object, with a render-method you could call from TT or HTC. The table-object has a resultset that you could store using Pixie. As most webapps are stateless (ignoring fancy AJAX-stuff), you must use kinda session-keys (or the cookie Pixie gives you) and pass that between the states your table-object could handle.

Replies are listed 'Best First'.
Re^2: Browsing a sql table on the web
by BerntB (Deacon) on May 13, 2006 at 12:45 UTC
    Thanks, but I get the part about persistence.

    (-: Well, I was stupid enough to write my own storage engine instead of using Pixie etc, but this is partly a hobby project. :-)

    What I need is a neat and general way to get back to the same place in a sql table.