(142 out of 193)
SaSetOrbHost
Specifies which hostname the cgi will use to contact the Sapphire gateway.
Synopsis
#include "SaRnHtml.h"
int SaSetOrbHost(char* host);
Arguments
host
A string specifying the name of the host on which the Sapphire gateway is running. A value of NULL or empty will have no effect.
Return Values
Returns 1 if successful. Returns 0 if host is NULL or an empty string.
Description
Specifies which hostname the cgi will use to contact the Sapphire gateway. A value of NULL or empty for host will have no effect. This will have no effect after the first gateway request for that cgi. This call is generated automatically by Sapphire in the main of your cgi with values specified in an option.
Example
SaSetOrbHost("einstein");
See Also
SaSetMaxRows
SaSetOrbSeed
SaSetOrbHost
SaSetTimeOut
(142 out of 193)