Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting from a Cursor into an external .dbf
Message
From
06/04/2004 12:11:44
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
06/04/2004 11:40:25
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00892627
Message ID:
00892654
Views:
15
>TRANSACT isn't included in my project though and I am not sure if I want it to be. There are some production machines that get their data from the tranact table and I don't want to accidentally lock it or anything.

You have to be able to refer to the transact table in code, or you won't be able to write to it at all. It doesn't have to be in the project manager.

To minimize locking, try this...

SELECT YOURCURSOR
SCATTER MEMVAR MEMO
INSERT INTO TRANSACT FROM MEMVAR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform