Opens the transport associated with TransportID.
int open(string TransportID);
Parameter |
Description |
---|---|
TransportID |
String corresponding to a transport configured in the nnsyreg.dat. This can be a string variable or a literal string. |
Integer. Returns 1 for success, and 0 for failure.
my_otobj.open(char *TransportID)
//open transport using transport id in nnsyreg.dat
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |