Gets a parameter for the event notification just read by the GetNotification method.
public virtual const char * GetNotificationParameter(
const char * queueName,
const char * parameterName
)
queueName The queue to read or NULL for default connection queue.
parameterName The name of the parameter to read (or "*").
The parameter value or NULL on error.
Only the parameters from the most recently read notification on the given queue are available. Parameters are retrieved by name. A parameter name of "*" retrieves the entire parameter string.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |