Extended Systems OneBridge 4.1 Guide de l'utilisateur Page 164

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 222
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.")
Vue de la page 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 221 222

Commentaires sur ces manuels

Pas de commentaire