Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT Syntax Error
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQL SELECT Syntax Error
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966144
Message ID:
00966144
Views:
43
What is wrong with the following code?
(There is already a "WITH THISFORM" preceding this code.)
SELECT COUNT(*) AS nCount ;
	FROM ;
		LOADING ;
	WHERE ;
		LOADING.Order = .txtcOriginalOrderNumber.Value AND ;
		Loading.Line  = .txtcLineNumber.Value ;
	INTO tmpLineNumberCount
Next
Reply
Map
View

Click here to load this message in the networking platform