Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Stefan Wuebbe
  Where is Stefan Wuebbe?
 Hamburg
 Germany
 Stefan Wuebbe
 To: DEREK DODOO
  Where is DEREK DODOO?
 READING, UK
 United Kingdom
 DEREK DODOO
 Tags
Subject: RE: datafile access very slow (native vfp6)
Thread ID: 203556 Message ID: 203560 # Views: 34 # Ratings: 0
Version: Visual FoxPro 6 Category: Databases, Tables and SQL Server
Date: Friday, November 14, 2008 10:27:03 AM         
   


> Dear Expert,
>
> The native datafile, has become very very slow in access and indexing.
>
> 1. What additional tools do I need to incorporate in the program to speed it up?
>
> 2. What approach do I need to ensure that the data integrity is maintained, currently I'm seeing a situation
> where the various reocords are duplicating, tripilicating etc.
>
>
> The program is on a network, and when 3 or more users come on board, the program access becomes extremely slow
> and the next thing is that it hangs.
>

That does not sound like a VFP problem, but rather like optimization issues in your code.
When you for example say that indexing is slow, you might not want to do that at runtime at all, but once only, in the Table Designer, for example (Views are an exception, but they are not shared files).


hth
-Stefan



COMPLETE THREAD
datafile access very slow (native vfp6) Posted by DEREK DODOO @ 11/14/2008 10:22:36 AM
RE: datafile access very slow (native vfp6) Posted by Stefan Wuebbe @ 11/14/2008 10:27:03 AM
RE: datafile access very slow (native vfp6) Posted by DEREK DODOO @ 11/14/2008 10:35:56 AM
RE: datafile access very slow (native vfp6) Posted by Stefan Wuebbe @ 11/14/2008 12:39:35 PM
RE: datafile access very slow (native vfp6) Posted by Mike Yearwood @ 11/14/2008 3:12:42 PM