Link to home
Start Free TrialLog in
Avatar of David11011
David11011Flag for United States of America

asked on

IBM Universe

I've been managing MS-SQL databases for a number of years for the company I work for. A few weeks ago they decided to purchase another company that uses an IBM Universe database for all of it's customer and order tracking.I've poked around through their database server and it looks like it's just a bunch of files stored in a big folder.

The problem is that I have no idea how to connect to the database to run queries for reporting and such. I know that the client side software the sales people use connects to the database using telnet. I don't think that running queries through telnet in command prompt would be very efficient though lol.

Does any one know of a good and preferrably free management studio I can use to connect to the Universe Database and how I would go about connecting to it once I get the software installed?
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

              HI!

Take a look at these links
http://www.rocketsoftware.com/u2/resources/downloads
http://en.wikipedia.org/wiki/Rocket_U2

Hope this helps.

Regards,
    Tomas Helgi
you can download the free db2 client from ibm
https://www-304.ibm.com/support/docview.wss?uid=swg21255572

it will allow you to browse the objects, run queries etc

The DB2 client that Momi suggests is probably the best tool out there.

If you have other databases (SQL Server, MySQL, Oracle, etc.) in your shop, the Aqua Data Studios client (aquafold.com) presents a common interface to all of the databases.


And just for clarity, I think you mean "Universal" database.  :)



Good Luck,
Kent
Avatar of David11011

ASKER

No, I mean IBM UniVerse. It's a database that was developed when I was still in diapers. All databases I've previously worked with have consisted of a database file and one or more log files. This database is literally 600 to 700 thousand text files stored in a folder hierarchy in Windows. I know this because I can browse these files in MyComputer and open them up in notepad  to see what's in that record. It's disgusting.

Anyway, thanks for the links to the DB2 client. I'll check it out when I go into work Monday.
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ODBC, JDBC, OLEdb, COM, and .NET drivers
Thanks for getting me set on the right track for figuring out how to connect to the database.

On a side note, I've determined that the person who came up with the idea of the multidimensional database design must have been very confused as a child. perhaps even abused in some way or another. Maybe developing such a ghastly product was his way of taking out his anger on the rest of the world.

Normalized is better.