Hi there,
Suppose computer PC1 is my database server in which DB2 is running. I
have an application running in computer PC2. The application PC2 will
connect to DB2 in PC2.
How can my application in PC2 get the list of database in PC1? If I
use MSSQL, I can connect to MASTER database and execute the following
query.
SELECT NAME FROM SYS.DATABASES
Can I do similar thing in DB2?
Erwin
Suppose computer PC1 is my database server in which DB2 is running. I
have an application running in computer PC2. The application PC2 will
connect to DB2 in PC2.
How can my application in PC2 get the list of database in PC1? If I
use MSSQL, I can connect to MASTER database and execute the following
query.
SELECT NAME FROM SYS.DATABASES
Can I do similar thing in DB2?
Erwin
Comment