Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update the view without a key field.
Message
 
À
09/09/2002 13:32:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00698400
Message ID:
00698410
Vues:
11
>Hello all
>
>how to update the view which doesn't have a key field.any examples please.
>what should be the buffering value for this type of view.
>
>txs for any help

You can use something like this:

sqlexec(gnConnHandle, "Update TABLE_NAME SET COLUMN_NAME = VALUE WHERE...)

But still WHERE clause must contain something to uniquely identify the particular record.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform