You are currently browsing the Tom Malaher’s BrainScan weblog archives for the day March 19, 2007.
- Bookmarks (65)
- Fr0n (1)
- LifeInGeneral (2)
- On the trail (4)
- Photos (3)
- Practice (5)
- Software (6)
- Tools (6)
- December 26, 2008: links for 2008-12-26
- December 12, 2008: Turning off public registration
- December 3, 2008: links for 2008-12-03
- November 3, 2008: links for 2008-11-03
- October 31, 2008: links for 2008-10-31
- October 24, 2008: links for 2008-10-24
- October 21, 2008: links for 2008-10-21
- October 7, 2008: links for 2008-10-07
- September 28, 2008: links for 2008-09-28
- September 21, 2008: links for 2008-09-21
Archive for March 19, 2007
links for 2007-03-19
March 19, 2007 by tmalaher.
-
My blog posting on the misuse of “Steep Learning Curve”
-
Quck Java-based Swing tool for updating data in database tables
Posted in Bookmarks | Print | No Comments »
QueryForm
March 19, 2007 by tmalaher.
QueryForm: a Swing-based Java tool for editing database tables.
For those times when you just don’t want to write a CRUD interface or use raw SQL. DbVisualizer’s “Update where” and “Insert into” functionality is OK for one or two rows, but this tool lets you edit many rows almost painlessly.
powered by performancing firefox
Posted in Tools | Print | No Comments »
DbVisualizer
March 19, 2007 by tmalaher.
DbVisualizer: essential tool. I practically live in it. I have it open all day every day. I use it for ad-hoc reporting, quick updates, and to build up, debug and validate the queries I put into my software. It will connect to anything that has a JDBC driver.
One of the features I’ve used is the charting of foreign-key relationships to build a cube-wall sized poster of the data model for a product we installed. I pasted together 9 letter-sized sheets (the product knows how to print the huge image in segments). Life saver.
I use the free version, and I’ve even tried out the “personal” (i.e. for-pay) version on a trial license for a while and the graphing capability was pretty fun too, but I have other ways to do that and so didn’t go for it.
powered by performancing firefox
Posted in Tools | Print | No Comments »