Executes an SQL statement that has been previously created using the cniSqlCreateStatement utility function, as defined by the sqlExpression parameter. If the statement returns data, the data is written into the message specified by the outputMessage parameter.
void cniSqlSelect( int* returnCode, CciSqlExpression* sqlExpression, CciMessage* localEnvironment, CciMessage* exceptionList, CciMessage* message, CciMessage* outputMessage);
For compatibility with earlier versions, you can refer to this parameter as destinationList.