Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1814: Why only in my EXE but not in development?
Message
 
 
À
13/06/2005 14:37:57
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 SP1
Divers
Thread ID:
01022868
Message ID:
01022872
Vues:
11
Jim,

There's no JOIN condition between appfile and userfile tables in your select.

>Any ideas why the second SQL statement here works fine in development, but fails on error 1814 in my EXE?
>
SELECT STR(PROCESSID,6,0)+STR(usernumber,6,0) FROM accessfile INTO CURSOR Temp
>
>SELECT appfile.PROCESSID, userfile.usernumber 		;
>	FROM appfile,userfile 				;
>	WHERE NOT STR(PROCESSID,6,0)+STR(usernumber,6,0) IN 	;
>	(SELECT * FROM Temp) 				;
>	INTO CURSOR NewRecs READWRITE
>
>(I'm trying to find all combinations of ProcessID and UserNumber, both N(6), not already found in AccessFile.)
>
>Any suggested alternatives?
>
>Thanks
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform