Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Appendix C SSOLite Stored Procedures : Debug Procedures

Debug Procedures
The following debug procedures are available:
Debug output data is stored in the following temporary table:
TEMPORARY TABLE SSOLITE_DEBUG_DATA (
message varchar(256));
The table simply holds the debug message text in inserted order. If an application has enabled debugging, a simple select * from SSOLITE_DEBUG_DATA statement can be used to display the debug data.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.