Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temporary DBCs to store Views - Any comments?
Message
From
07/01/2000 09:06:23
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00314331
Message ID:
00314431
Views:
22
>>Yep... that seems to be the way people are doing it. I hope you are mking >those DBCs on the client PC. Any, why make it temporary? Make it static!
>
>I am saving the dbc in the server. Will it give any problems?
>So I cam't have them static using sys() function I am creationg the temp DBC.
>
>Thanks.
>
>Any other ideas?

You can do that... you are just creating more network traffic and server load. If you just create a copy of the DBC on the local users machine in there ap directory then you don't have to worry about temp names, and you can manipulate the DBC as you want. I would recomend Packing the DBC whenever you start the ap though.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform