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 > connect

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-03, 07:28
jagan_5378 jagan_5378 is offline
Registered User
 
Join Date: Nov 2003
Posts: 68
connect

hi to all

in db2 is there any function to connect remote system.

like $dbconn2 = pg_connect("host=localhost port=5432 dbname=mary");
in pgsql.

like above fuinction is there any funcition in db2 to connect remote system.
Reply With Quote
  #2 (permalink)  
Old 11-05-03, 09:24
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
You can catalog a remote TCPIP node, then attach to the node, then catalog the remote database on the client.

Or you can use the Client Configuration Assistant to do the above.

Thereafter you can connect to the database directly.
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