Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concat String
Message
From
13/11/2001 13:09:20
Casey Easterwood
L.A. Mechanical Solutions Inc.
Los Alamitos, California, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Concat String
Miscellaneous
Thread ID:
00580991
Message ID:
00580991
Views:
43
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
Next
Reply
Map
View

Click here to load this message in the networking platform