Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A stored procedure is running
Message
De
23/04/2004 09:54:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
A stored procedure is running
Divers
Thread ID:
00897574
Message ID:
00897574
Vues:
45
Hi,
I have stored procedure in my database to generate GUID. It will be triggered if new record added.
PROCEDURE GenGUID

LOCAL loGUID

loGUID = CREATEOBJECT("cGUIDLib")

RETURN loGUID.GetGUID()


DEFINE CLASS cGUIDLib AS Relation
  PROCEDURE GetGUID
     *-- Some code here
ENDDEFINE
It work fine, but it will cause error "A stored procedure is running" when I exit from my application. Any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform