Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quoted identifier equivalent in VFP?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01354077
Message ID:
01354139
Vues:
18
>>Does it not work if you put the alias before each field (Ie, instead of myField always use myTable.myField to see what happens.
>
>So far, no luck with that. I put the alias on each field in the select command and manually specified the updatecmd preceeding each field with the alias.
>
>I've also tried changing fieldname in the selectcmd (select invalidfieldname1 AS validfieldname1..), letting VFP automatically generate the updatecommand and that still didn't work (AERROR shows syntax error).
>
>Nuts.

Could you post UpdateNameFields and Updateble FIeldList priperties?

If you have:
SELECT Fld1, InvalidFieldName AS ValidName ...
in SelectCmd
Then UpdatableFieldList should be:
Fld1, ValidFieldName
and UpdateNameList should be:
Fld1 TableName.Fld1, ValidFieldName TableName.InvalidFieldName

NOT TESTED AT ALL.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform