Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending stored procedures
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00388963
Message ID:
00389305
Vues:
14
>I'm trying to use APPEND PROCEDURES FROM to append new procedures to a client's database, but it generates a "Feature not available" error when compiled as an EXE.
>
>COPY PROCEDURES TO works fine, so I'm confused why APPEND PROCEDURES FROM won't.
>
>Any ideas?

Appending/adding more text to the procedure( or any prg or vcx) requires recompilation.

Earlier version of VFP doesn't support run time compilation of the source code.

The reason why COPY PROCEDURE works is just because it dumps the text to an external file.

Hope that helps
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform