Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: SELECT ignore cursor's table
Message
 
À
01/04/2005 08:53:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01000615
Message ID:
01001663
Vues:
14
Hi Fabio,

Here is a workaround:
CREATE CURSOR MyInternalTable (aa i)
? DBF('MyInternalTable'),ISEXCLUSIVE()
* Works ok when referenced by alias
SELECT * FROM MyInternalTable INTO ARRAY ZZZ
* Workaround if DBF() is needed 
USE (DBF('MyInternalTable')) again ALIAS SomeUniqueALias IN 0
SELECT * FROM SomeUniqueALias INTO ARRAY ZZZ
USE IN (SELECT('SomeUniqueALias'))
USE
Regards,
Frank Camp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform