ODBC Server Reference Manual
Stored Procedures
HP NonStop ODBC Server Reference Manual—429151-002
5-31
SPELIB Interface
SP_SRV_GET_SERVICE_NAME
This function returns the Pathway service name associated with the stored procedure
name.
env
input
is a pointer to the environment object STRUCT.
service-name
output
is a pointer to the Pathway service name.
service-name-len
output
is a pointer to the length of the Pathway service name. The maximum length is 60
characters.
SP_SRV_GET_SP_NAME
This function returns the name of the stored procedure as specified by the client
application.
env
input
is a pointer to the environment object STRUCT.
sp-name
output
is a pointer to the stored procedure name.
sp-name-len
output
is a pointer to the length of the stored procedure name. The maximum length is 60
characters.
short int SP_SRV_GET_SERVICE_NAME
( void * env
, char * service-name
, short int * service-name-len
)
short int SP_SRV_GET_SP_NAME
( void * env
, char * sp-name
, short int * sp-name-len
)