Dear All,
We need to retrieve and manipulate the meta-data informaiton
of a DB2 database, such as table definitions, relationship etc.
Is there any ready tool for it? Anyone has the experience before?
TIA!
Printable View
Dear All,
We need to retrieve and manipulate the meta-data informaiton
of a DB2 database, such as table definitions, relationship etc.
Is there any ready tool for it? Anyone has the experience before?
TIA!
You could use ADO and the connection object's OpenSchema method:
http://support.microsoft.com/default...b;EN-US;186246
cheers