Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append via select
Message
De
08/12/2005 04:27:44
 
 
À
08/12/2005 04:03:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01076028
Message ID:
01076042
Vues:
22
With all due respect Mohammed but did you even spend 2 seconds to try and understand why?

>hi,
>thank you for reply
>i get error message
>Command contains unrecognized phrase/keyword
>
>thanks.
>>>hi all,
>>>
>>>any idea , help
>>>i try to append new records to mytable, as under
>>>
>>>
>>>Select * from rami3 ;
>>> where inList( upper(allt(sec_txt)), "ÞØÇÚ ÇäÙãÉ ÇáãÚáæãÇÊ                                   ") ;
>>> append blank;
>>>   into table rami4 nofilter
>>>
>>>thanks
>>
>>You are mixing your SELECT with your APPEND. Rather do something like:
>>
>>
>>SELECT rami4
>>APPEND FROM rami3 WHERE inList( upper(allt(sec_txt)), "ÞØÇÚ ÇäÙãÉ ÇáãÚáæãÇÊ")
>>
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform