Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Just one Record
Message
De
10/11/2001 17:42:25
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Just one Record
Divers
Thread ID:
00580197
Message ID:
00580197
Vues:
55
I am using the following SQL pass-through

lParameters prodwg
Local processdone

prodwg = "'" + prodwg + "'"

sflgdone = SQLCONNECT('pdmsupflag')
sflgpro = "Select * From maindatad Where dm_drawing = &prodwg"

=SQLEXEC(sflgdone, sflgpro, 'sflging')
=CURSORSETPROP("Tables" , "maindatad")
=CURSORSETPROP("UpdateNameList" , "dsflag maindatad.dsflag")
=CURSORSETPROP("KeyFieldList", "dm_drawing, dsflag")
=CURSORSETPROP("UpdatableFieldList", "dsflag")
=CURSORSETPROP("SendUpdates", .T.)
Browse
Use
=SQLDISCONNECT(sflgdone)

Why is it updating every record and not just the one I want?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform