Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shared tables
Message
From
19/10/2004 15:43:04
 
 
To
19/10/2004 15:11:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00952755
Message ID:
00952775
Views:
9
Mohammed,

to be able to share tables, SET EXCLUSIVE OFF is enough. Also remember that if you need to use the same file more than once in the same program, you must remeber to use AGAIN, like USE msrt IN 0 AGAIN..

And DELETE only deletes the current record, I guess you are thinking of ZAP? Remeber to USE the table EXCLUSIVE before you zap it.

>hi all,
>
>to let all tables sharing (many users) can i do that under
>
>SET EXCLUSIVE off  && this what i need for all tables  or i need somthing else
>
>use mstr in 0
>
>use trans1 in 0
>
>use book1 in 0
>
>
>use book2 in 0
>*zap
>
>use temp in 0
>delete                && is that mean delete all recordst, just (temp) this is what  i need,any idea
>
>
>thanks
>
>m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform