Oracle has CQN or Change Notification feature that allows a client to register a callback should a query/object changes in database. Is there any similar function feature in Sybase?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no direct callback mechanism possible. But what you could do is use a trigger to send a UDP message with the
syb_sendmsg(). This can be sent to any IP adddress reachable from the Sybase server.