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:55:20
 
 
To
07/01/2000 08:08:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00314331
Message ID:
00314451
Views:
30
>>Firstly, you need to assess why you are doing this (there are some valid reasons, but this is not the normal way). Generally, it is enough to define a few parameterized views and just let them live happily and permanently in a server dbc. Parameterized views, if defined correctly, usually give enough flexibility to allow your app to run without creating any custom ones.

Secondly, if you decide that temporary views IS the way to go, you need to be creating those in a temporary DBC on each users own hard drive, so you don't run into naming conflicts, etc.

The reason to have is we are creating more than 50 views.

We are saving it in the server and using sys() function getting a unique name for dbc. Is that the right way?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform