Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT Syntax Error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL SELECT Syntax Error
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00966144
Message ID:
00966144
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform