Chapter Contents |
Previous |
Next |
_getConnectInfo |
Syntax | |
Example |
Syntax |
CALL
SEND(cnctionInst, '_getConnectInfo',
connect_name, security_id, rc); |
Where... | Is type... | And represents... |
---|---|---|
connect_name | C | connection name |
security_id | C | security id |
rc | N | return code |
After a valid connection exists, _getConnectInfo may be called to obtain the connection name and security name that is associated with this particular Cnction instance.
Example |
This example obtains the connection information.
connect_name=''; security_id=''; call send(cnctionInst, '_getConnectInfo', connect_name, security_id, rc);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.