Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This Is A Weird One
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00356066
Message ID:
00356304
Vues:
17
Kevin,

I don't know why you didn't need to before, but stored procedures are only "visible" for the current database (the one desingated with SET DATABASE TO). The exception to this rule involves the tables and views in a database, the events (like valid or default value) of tables can access the stored procedures in their respective database without using the SET DATABASE TO.

Stored procs are not usually used for code that is called from other code, instead they are used for the UDFs that are called from the table and view settings within the database. You can use a procedure file for the procs needed elsewhere.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform