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 > Informix > How to find DB Name in Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-09, 07:42
yaseen yaseen is offline
Registered User
 
Join Date: Mar 2007
Posts: 2
How to find DB Name in Informix

Can some one help me that, what is the Command for finding the DB name in Informix???
I am using Gipo@db IDE.

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-22-09, 08:01
rootdbs rootdbs is offline
Registered User
 
Join Date: Feb 2009
Posts: 51
I don't what is it Gipo@db IDE.
But you can use next query

Code:
select  name, dbinfo('DBSPACE',partnum) dbspace, owner             
from sysdatabases
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