Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT Syntax Error
Message
De
01/12/2004 13:28:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
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:
00966148
Vues:
8
Hi, Cecil
I think you need to have a key word after INTO, like Cursor, Array, or DBF, at least that is what it shows in my help files for VFP6 sp5.

>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
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform