Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select Into Array changes current work area
Message
 
 
À
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:
01007435
Vues:
13
>This is code:
<snip>
>What's wrong?

Hi Sergey,

It's a bug, IMO. No command should change workarea randomly. Here's a simpler repro.
CLEAR
CLOSE DATA
CREATE CURSOR Test (nnn I)

SELECT Test
? SELECT()     && 1 - correct
SELECT * FROM Test ;
	JOIN (SELECT nnn FROM Test ) dt1 ;
	ON Test.nnn = dt1.nnn ;
	INTO ARRAY myarray
? SELECT()     && 5 - Incorrect, shold be 1
 
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform