SIMPOL Documentation

odbc1error

Description

Creates a new odbc1error object. This object is used for the output of errors from the various odbc1 objects.

Type Tags

None

Object Value

Objects of type odbc1error have no value, and it is an error to try to get or set this value.

Properties

PropertyTypeDescription
_type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided.
__type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided. It has the additional feature of being marked with the resolve keyword, so that object resolution can continue down this property.
errorinteger If a SIMPOL error occurs, this will hold the SIMPOL error number.
nativeerrorinteger If an error occurs, this will hold the error number (if any) returned from ODBC.
sqlerrortextstring The text that accompanies any SQL error, if any.
sqlstatestring If an error occurs, then this will hold the five character SQL error code from ODBC.
typetype Specifies the odbc1error type object.