Extended Systems OneBridge 4.1 Guía de usuario Pagina 164

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 222
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 163
uErrortext
150 Sybase IQ ETL 4.1
uErrortext
Description Returns the last error message. The error text will be internally cleared, so it
can only be read once.
Syntax string uErrortext()
Examples
To retrieve the last errortext:
uErrortext() // returns last error text
uInfo
Description Writes an informal message into the log file. The function returns the message
written.
Syntax string uInfo(infotext)
Parameters
string infotext
Text to write to log file.
Examples To log an informal message:
uInfo("21445 records selected.")
uWarning
Description Writes a warning message into the log. The function returns the message
written.
Syntax string uWarning(warningtext);
string errortext;
Parameters
string warningtext
Text to write to log file.
Examples To log a warning message:
uWarning("The attribute for the customer name is null.")
Vista de pagina 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 221 222

Comentarios a estos manuales

Sin comentarios