SAGQGRCI

sagqgrci (

int anchor,

SQL_CTR_BLOCK * sql_cb_ptr,

char * rci_version,

int rci_version_nonullterm);

 

The SAGQGRCI function returns the RCI version string. The sqlcode returned by this function is always 0.

 

rci_version

 

 

The RCI version string, declared as a 256 byte character field :

char rci_version [256 + 1];

rci_version_nonullterm

0

RCI version string will be NULL terminated.

(Recommended for C/C++ applications).

1

RCI version string will not be NULL terminated.

(Recommended for non C/C++ applications).

 

 For information about anchor (required by each SAGQ* SQL function), see About ACEAPI SQL Functions.