[Zope] Printing SQL search results

Donald Holten donner@biophysics.lanl.gov
Tue, 3 Aug 1999 14:41:07 -0600 (MDT)


	list_Users is:
select *
from Users
order by lastname

Each user has a first name, a last name, etc...  I would like to print these out 
in the same table format the test that Zope runs prints them out in.
	Donner