在sql的任何地方,我可以得到SQLSTATE完整的消息文本

时间:2017-02-27 10:38:34

标签: sqlanywhere

参考list of SQLSTATE

在我的Procedure codes运行时,我可以获得SQLSTATE 5字符串。但是我怎么能得到完整的信息呢?

1 个答案:

答案 0 :(得分:0)

使用ERRORMSG功能

.controller('MyController', ['$scope','$timeout', controller]);
function controller($scope, $timeout) {
   $scope.title = 'Minify me'
}