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 > Fully Qualified Sever name

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-22-10, 00:31
ChanduInfy ChanduInfy is offline
Registered User
 
Join Date: Dec 2010
Posts: 1
Fully Qualified Sever name

Hi all,

I am not familiar with Informix. Have a very basic question here.
Can we run a query using the fully qualified server name? My requirement is that I should use fully qualified server name. Query is something like

select col1.col2 from database@server.protocol.countrycode:tablename;

Here server.protocol.countrycode is the fully qualified servername..

I am running the above query through Queryman. Please let me know if there is any way to run it.

Regards,
Chandu.
Reply With Quote
  #2 (permalink)  
Old 12-22-10, 12:46
mjldba mjldba is offline
Registered User
 
Join Date: Dec 2003
Location: North America
Posts: 139
Not familiar with QueryMan.

You didn't specify which IDS release you're working with but I would assume this would be consistent from release-to-release. This is what I use in IDS 9.4:

<db_name>@<server_name>:<'owner' in single quotes>.<table_name>

example: prod_db@prodserver_shm:'sysadm'.timeclock
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