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.