Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → SQL programs
SQL programs
2009-02-21, 1:16 AM #1
Hi

At work we're doomed to use something called Winsql to trawl through a pretty large DB/2 database of financial transactions.

There has frankly got to be something better out there than this, brief list of gripes:

- The drop-down list for changing from one search window to another is as small as possible, so when you have 6 or so windows open, the only way to navigate back to a set of data you've pulled up, and are trying to use to compare against info from another table, is a to figure out which of the 6 dropdown options all named "set schema..." is the one you want.

- When you start a search, it cannot be stopped until it starts displaying data, so if you realised you have a terrible logic error, you can't do anything except wait for it to finish, or alt-ctrl-del

- Can't search through multiple schema's for a particular table name

- When you're displaying a list of schema's/tables, it won't show any example data, so if numbers are being stored as text or numbers, you don't know until you start pulling out examples. As a result of this and because the the db has been a work in progress for years, there may be multiple tables named "payments", you won't know which one is current and in use until you start pulling out info.

Any recommendations for better programs? We also use SQL developer for Oracle stuff, but it's not needed nearly as often so any limitations aren't as apparent.

Thanks
2009-02-21, 4:31 AM #2
Your main problem is that you're going to be severely limited to tools that support DB/2 or ODBC.
Detty. Professional Expert.
Flickr Twitter
2009-02-21, 8:21 AM #3
I use perl scripts to do this. I don't recommend it.
And when the moment is right, I'm gonna fly a kite.
2009-02-21, 5:17 PM #4
DB SOLO isn't bad if you can stand java apps. It supposedly supports DB2 although I've only used it for Oracle/Postgres. They have a free trial but it costs if you want it for good.

http://www.dbsolo.com/

↑ Up to the top!