Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG2: SQL SELECT does not see open alias
Message
De
01/04/2005 03:51:36
 
 
À
01/04/2005 03:08:52
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01000541
Message ID:
01000548
Vues:
39
>In VFP8 I could do the following with a table included into the exe (thus not available on disk).
>
>
USE MyInternalTable
>EXECSCRIPT("SELECT * FROM MyInternalTable")
>
>In VFP9 this does not work anymore. VFP9's SQL SELECT simply does not see the open alias and attempts to open it from disk.
>
>Walter,

Hi Walter,

and this ?
USE MyInternalTable
MESSAGEBOX(SET("Datasession"))
EXECSCRIPT([MESSAGEBOX(SET("Datasession"))])
EXECSCRIPT("MESSAGEBOX(USED('MyInternalTable'))")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform