Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle Functions
Message
 
 
À
14/11/2002 18:23:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00722984
Message ID:
00723000
Vues:
19
You need to be more specific. Is this when creating the function? If so, run the revised code below show the exact errors will be showed. Are you running this from SQL Plus?

>Mark,
>now it gives me an "Invalid Character"
CREATE OR REPLACE FUNCTION FNext
     RETURN NUMBER
   IS
     Count1 NUMBER(10);
  BEGIN
    SELECT PersonSN.nextval INTO Count1 FROM dual;
    RETURN Count1;
END;
/
SHOW ERRORS
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform