Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concat String
Message
De
13/11/2001 13:09:20
Casey Easterwood
L.A. Mechanical Solutions Inc.
Los Alamitos, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Concat String
Divers
Thread ID:
00580991
Message ID:
00580991
Vues:
44
I am trying to make a dynamic query and am having a little trouble.

How Can I make the following work.


For x = 0 to fieldlc
field(x) = FIELDRS("FIELDS")
FIELDSRS.movenext
Next

For Y = 1 to loopcontrol
UpdateQuery = "UPDATE" & TableName & " " &
For X = 0 to fieldlc
Set VFPRS.fields(field(x)) & "=" & field(x) &
Next
" " &
"WHERE PRIMKEY=" & Y
Response.Write UpdateQuery
'connSQL.execute(UpdateQuery)
VFPRS.movenext
Next
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform