Does anybody know how to determine operating system of DB2 through jdbc? Looks like one could use DataBaseMetaData.getDatabaseProductName(), which in case of Windows will return something like 'DB2/NT'. But what about other OS'es like Unix, z/OS and OS/400?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35246
7
posted
0
I would imagine that the DB2 documentation lists the various possibilities.