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
Property | Type | Description |
---|---|---|
_ | 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. |
error | integer | If a SIMPOL error occurs, this will hold the SIMPOL error number. |
nativeerror | integer | If an error occurs, this will hold the error number (if any) returned from ODBC. |
sqlerrortext | string | The text that accompanies any SQL error, if any. |
sqlstate | string | If an error occurs, then this will hold the five character SQL error code from ODBC. |
type | type | Specifies the odbc1error type object. |