Object Type

Specify the type of database object associated with the message:

  • 0: Table Object
  • 1: Column Object
  • 2: Stored Procedure Object
  • 3: Trigger Object

The object type is informational only. During development and testing of a new trigger, you might receive a system error similar to this:

Error Message does not exist.  Object: test_table, Type: 3

If you receive this message, use the text after "Object:" to determine the Object Type to use when you create the appropriate application error message.  In the example above, the object type is Table Object.