For improved security, you can hide the definition for an event handler using the ALTER EVENT statement. This results in the obfuscation of the event handler definition being stored in the action column of the ISYSEVENT system table.
Connect to the database as a user with DBA authority.
Execute the ALTER EVENT event-name SET HIDDEN statement, where event-name is the name of the event for which you are hiding the handler.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |