Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting slower!
Message
From
31/07/2001 14:02:53
Walter Meester
HoogkarspelNetherlands
 
 
To
31/07/2001 11:48:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00537775
Message ID:
00537906
Views:
14
Hi Kevin
>SELECT Table1
>SCAN
>REPLACE Field1 WITH FieldValue IN Table1
>    IF SEEK(Field2, "Table2", 2)
>          IF Table2.Field1 = .T.
>               INSERT INTO Table3 blah blah blah.....
>          ENDIF
>    ENDIF
>ENDSCAN
Are you by any chance using tablebuffering on Table3 ? Or using transactions ?
If so, try to run this without tablebuffering and transactions.

Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform