Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a field without going through each record
Message
From
28/01/2003 06:53:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Updating a field without going through each record
Miscellaneous
Thread ID:
00746132
Message ID:
00746132
Views:
59
hello!

i use this command to update a logical field in table A which exists in table B.

SELE 1
USE a
GO TOP
SELE 2
USE b
GO TOP

SELE 1
DO WHILE .NOT. EOF()
SCATTER MEMVAR
SELE 2
GO TOP
LOCATE FOR m.checkno=checkno AND agycode=agycode
IF FOUND()
SELE 1
REPLACE ttype WITH .T.
ENDIF
SELE 1
SKIP
ENDDO


any better way than this?
Next
Reply
Map
View

Click here to load this message in the networking platform