Microframe Corporation 3007 Series Guida Utente Pagina 52

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 252
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 51
1-44
Status Codes
CREATE FUNCTION myfunc(:a INT DEFAULT myfunc(1))
RETURNS INTEGER
AS
BEGIN
RETURN :a;
END;
-5032: RETURN statements in a UDF must have an
argument
The RETURN statement within a user-defined function (UDF) must
specify an argument because a UDF always returns a value.
-5099: Error condition pertaining to psp_rename
The system stored procedure psp_rename returned one of the
following error conditions:
Error Condition Description
Table name cannot be qualified with
database name
The context of the new table and the
existing table is the current database.
View name cannot be qualified with
database name
The context of the new view and the
existing view is the current database.
Procedure name cannot be qualified
with database name
The context of the new procedure and
the existing procedure is the current
database.
Function name cannot be qualified with
database name
The context of the new function and the
existing function is the current
database.
Table name qualifier required for index
renaming
You must specify the table to which the
index belongs when you rename an
index.
Table name qualifier required for trigger
renaming
You must specify the table to which the
trigger belongs when you rename a
trigger.
Table name qualifier required for
column renaming
You must specify the table to which the
column belongs when you rename a
column.
Invalid object type. Type must be one of
the following: Column, Function, Index,
Procedure, Table, Trigger, or View.
You tried to rename an object that is not
one of the types permissible to be
renamed. The permissible types are
Column, Function, Index, Procedure,
Table, Trigger, or View.
Vedere la pagina 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 251 252

Commenti su questo manuale

Nessun commento