Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening Tables Read-Only
Message
 
To
25/01/2001 00:17:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00468327
Message ID:
00468532
Views:
19
>>Is there a way for more than one workstation to open the same table read-only? NOUPDATE will open a table read-only, but I can't open the same table on multiple PC's in NOUPDATE mode.
USE MyTable SHARED NOUPDATE
If a table is in a .DBC, remember to SET EXCLUSIVE OFF or OPEN DATABASE MyDatabase SHARED prior to opening the table.


Cool. That works great. I had no idea you could combine SHARED and NOUPDATE.

Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform