Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select Into Array changes current work area
Message
De
22/04/2005 10:33:27
 
 
À
22/04/2005 09:31:39
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
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01007432
Message ID:
01007460
Vues:
18
Minimal condition for the bug,
use a subquery tableSource:
CLEAR
CLOSE DATA
CREATE CURSOR Test (nnn I)

? SELECT()     && 1 - correct
SELECT * FROM (SELECT * FROM Test) dt1  ;
	INTO ARRAY myarray
? SELECT()     && 4 - Incorrect, shold be 1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform