Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with update sql
Message
De
15/01/2001 13:16:12
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Problems with update sql
Divers
Thread ID:
00463855
Message ID:
00463855
Vues:
51
Hi all, i have a simple update:

UPDATE Checkinc ;
SET Checkinc.Paga = qryIncidePago.Paga, ;
Checkinc.MinDP = qryIncidePago.MinDP, ;
Checkinc.RefDP = qryIncidePago.RefDP, ;
Checkinc.Usr = thisform.UsuarioWin, ;
Checkinc.Fec_mov = Date() ;
WHERE Checkinc.Uid = qryIncidePago.Uid

the thing is that only the current record is updated, why? Is not suposed that this will update all the records that meet the condition?

Thanks in advance
Hector L.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform