|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Procedure Programming Can you heroes in procedure programming, client how to connect to the server, in other words, if my computer is 192.168.0.6, Oracle Server address is 192.168.0.10, then how can connect to the server through the process, it gives hope demo. |
Procedure Programming EXEC SQL CONNECT : username password : IDENTIFIED BY USING : server; |
Procedure Programming EXEC SQL CONNECT username/password@server; |
Procedure Programming TNS also can be allocated : |
| |