Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does create sql view create bloat?
Message
From
19/07/1999 14:13:13
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00242308
Message ID:
00243213
Views:
21
Second best suggestion to date. The one I liked better was to quit trying to use new technology when old tech does the job fine. To wit, I now just do a plain old select -- SQL to get my data, and then use the cursor for the program, instead of making a view. Thanks for giving it some thought, David!

>Todd,
>
>You could use a temp dbc to hold your views.
>
>>I have a program that needs a special view of the remote database. To allow for changes in the remote database structure, I would like to re-create the view every time I run the program. (Maybe not the best way, but its expedient.)
>>
>>Will running CREATE SQL VIEW myview multiple times create a bloat? I remember that INDEX ON ... TAG MYTAG run a bunch of times without deleting the tag first would end up making the CDX file grow. Does the same problem exist with .dbc files?
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Reply
Map
View

Click here to load this message in the networking platform