Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

TODAY function [Date and time] Next Page

TRACEBACK function [Miscellaneous]


Returns a string containing a traceback of the procedures and triggers that were executing when the most recent exception (error) occurred.

Syntax

TRACEBACK( * )

Remarks

This is useful for debugging procedures and triggers

Standards and compatibility
Example

To use the traceback function, enter the following after an error occurs while executing a procedure:

SELECT TRACEBACK( * )