Creates an event notification queue for this connection.
public ul_bool ULCreateNotificationQueue(
SQLCA * sqlca,
char const * name,
char const * parameters
)
sqlca A pointer to the SQLCA.
name The name for the new queue.
parameters Currently unused. Set to NULL.
True on success; otherwise, returns false.
Queue names are scoped per-connection, so different connections can create queues with the same name. When an event notification is sent, all queues in the database with a matching name receive (a separate instance of) the notification. Names are case insensitive. A default queue is created on demand for each connection when calling the ULRegisterForEvent method if no queue is specified. This call fails with an error if the name already exists or isn't valid.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |