Hi All,
I want to get the underlying DB2 platform details. If i connect using CLP, i get them :
Code:
db2 connect to testdb user testusr using testpwd
Database Connection Information
Database server = DB2/LINUX 9.1.3
SQL authorization ID = TESTUSR
Local database alias = TESTDB
But, if I connect to the db using JDBC, how can I fetch the details? Is there some system table in DB2 where version/platform are stored (as in oracle)??
Thanks in anticipation