Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax error.
Message
De
09/02/2002 02:22:02
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00614678
Message ID:
00617850
Vues:
19
Hey Doug,

I have this original code that has an error:

cSQL = [UPDATE ACCOUNTING!ITEMS SET desc = "] + ALLTRIM(cDesc) + ["] + [,] +;
[ saleprice = ] + STR(nPrice) + [,] +;
[ WHERE itemid = "] + Alltrim(cItemid) + ["]

the desc field is the reserved word. Are you suggesting that I change it to the following code below?


cSQL = [UPDATE ACCOUNTING!ITEMS SET 'desc'= "] + ALLTRIM(cDesc)+ ["] + [,] +;
[ saleprice = ] + STR(nPrice) + [,] +;
[ WHERE itemid = "] + Alltrim(cItemid) + ["]

the 2nd set code does not work and produces the same error message..
Please clarify what you mean...
Music Rocks www.musicreserve.blogspot.com
Success is 1% Inspiration & 99% Perspiration
God Sometimes Delays His Help to Test Our Faith and Energize Our Prayers
Our Boat May Be Tossed While He Sleeps, But He Wakes Up Before it Sinks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform