Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Information schemas for db2?? anyone know?

Author  Topic 

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2002-01-23 : 08:34:51
Anyone know what the metadata or information_schema is for a DB2 database? Sorry it's a little off topic.

Daniel
SQL Server DBA

JustinBigelow
SQL Gigolo

1157 Posts

Posted - 2002-01-23 : 11:27:01
You maybe able to extract how to query metadata for DB2 from this java example; on the other hand it could be totally useless (but it's all I could find )

[url]http://www.developer.ibm.com/tech/sample_code_handler.pl?action=display&object=/tech/sample_code/db2/getDB2Meta.java[/url]

hth,
Justin

Go to Top of Page

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2002-01-23 : 15:05:06
quote:

You maybe able to extract how to query metadata for DB2 from this java example; on the other hand it could be totally useless (but it's all I could find )

[url]http://www.developer.ibm.com/tech/sample_code_handler.pl?action=display&object=/tech/sample_code/db2/getDB2Meta.java[/url]

hth,
Justin






Thanks I'll give it a go...

Daniel
SQL Server DBA
Go to Top of Page
   

- Advertisement -