Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning table values
Message
From
03/11/2006 11:33:03
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
03/11/2006 11:27:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01166924
Message ID:
01166929
Views:
10
you will need to do Replace Sequence WITH strSeq IN mytable or use the UPDATE Command UPDATE mytable set Sequence = strSeq WHERE idcol = idval or do an insert statment.

>In msAccess you can replace a value in a table with a simple
>
>rstRawData.Sequence = strSeq
>
>
>Somewhere on UT I think I saw a similar assignment in VFP. (or am I imagining things?) I am porting an msAccess app to VFP and it would be simpler if I didn't have to change all these to REPLACE statements. But the original code doesn't seem to work. What am I missing?
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform