Extended Systems OneBridge 4.1 Uživatelská příručka Strana 164

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 222
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.")
Zobrazit stránku 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 221 222

Komentáře k této Příručce

Žádné komentáře