Re: Any side effect of having opened tables while using the local views?
- From: Cy Welch <cywelch@xxxxxxxxxxx>
- Date: Mon, 26 Dec 2005 15:38:27 -0800
Willianto wrote:
Actually if you close the table each time it gets opened, you will incurr a lot of additional overhead. Each time a local view is refreshed, updated etc, it will open the base tables that it is based on. If you close it each time, it's just going to have to open the table again the next time you do anything that looks at or updates the data. My experience has been that it's actually better to leave the tables open (from a data transfer and performance viewpoint).Hi Stefan, Thanks for your reply.
[...skipped]
On the other hand, I believe there is no advantage in doing so.
hth -Stefan
Just to make sure: not even relate to a table corruption problem? I mean, if the table is open,
.
- Follow-Ups:
- Re: Any side effect of having opened tables while using the local views?
- From: Gene Wirchenko
- Re: Any side effect of having opened tables while using the local views?
- References:
- Any side effect of having opened tables while using the local views?
- From: Willianto
- Re: Any side effect of having opened tables while using the local views?
- From: Stefan Wuebbe
- Re: Any side effect of having opened tables while using the local views?
- From: Willianto
- Any side effect of having opened tables while using the local views?
- Prev by Date: Re: New version (1.058) the popular manager of projects for the Visual FoxPro (Projects Manager)- Freeware
- Next by Date: Re: Browse for folder in 2.6
- Previous by thread: Re: Any side effect of having opened tables while using the local views?
- Next by thread: Re: Any side effect of having opened tables while using the local views?
- Index(es):
Relevant Pages
|