Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1814: Why only in my EXE but not in development?
Message
 
 
To
13/06/2005 14:37:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01022868
Message ID:
01022872
Views:
12
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform