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 15:11:16
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:
01022881
Vues:
10
Sergey is right, there is no join condition between appfile,userfile. I don't know why this SELECT works in development. Try:
SELECT appfile.PROCESSID, userfile.usernumber 		;
FROM appfile
LEFT JOIN userfile ON AppFile.SomeJoinCondition == Userfile.SameJoinContition;
WHERE NOT STR(PROCESSID,6,0)+STR(usernumber,6,0) IN 	;
          (SELECT STR(PROCESSID,6,0)+STR(usernumber,6,0) FROM accessfile);
INTO CURSOR NewRecs READWRITE
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform