Next Previous Up Top Contents Index

1.7 Warning and error conditions

returned-sqlstate

Generic function

Summary

Returns the SQL state that corresponds to the reported error or warning.

Signature

returned-sqlstate diagnostic => sqlstate 

Arguments

diagnostic
An instance of <diagnostic>.

Values

sqlstate
An instance of limited(<string>, size: 5).

Library

SQL

Module

SQL

Description

Returns the sqlstate that corresponds to the error or warning reported in the detail area.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index