If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > How to get database list for each instance locally on the server in a c/c++ program?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-06-08, 09:19
mouse99 mouse99 is offline
Registered User
 
Join Date: Oct 2008
Posts: 8
How to get database list for each instance locally on the server in a c/c++ program?

I can do this through command line:
set DB2INSTANCE=db2inst2
db2cmd /i db2 list database directory
set DB2INSTANCE=db2
db2cmd /i db2 list database directory

I'm trying to get the same result in a c++ application using db2 api. Anybody knows how to do this?

Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On