Contents Index SYSREMOTEOPTIONTYPE table SYSREMOTEUSER table

SQL Remote User's Guide
  System Objects for Adaptive Server Anywhere
    SQL Remote system tables

SYSREMOTETYPE table


Function 

Each row describes one of the SQL Remote message types, including the publisher address.

Columns 
Column Data type Description
type_id SMALLINT An identification number for the message type.
type_name VARCHAR(128) The message type. There is a separate row for each of the following:
  • FILE

  • MAPI

  • VIM

  • SMTP

publisher_address VARCHAR(128) The publisher's address for the message type type_name. SQL Remote receives messages from this address.
remarks LONG VARCHAR Comments

Contents Index SYSREMOTEOPTIONTYPE table SYSREMOTEUSER table