Posts

Showing posts from February, 2012

Thin DB Client

Image
All of us have used fat clients like Toad or squirrel client for DB access. However for data navigation, they are not the best tool. e.g. if you have ORDERS and ORDERITEMS table, to see complete information, one has to fire two queries. This client allows one to click on table name hyperlinks from order results to navigate to items information or to any related table and corresponding data (see screenshot). This is implemented as a simple JSP (attached) which can be deployed on ANY appserver along with necessary driver Jars. Hope you'll find this useful. https://sourceforge.net/ projects/thindbclient/files/