Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow Access to Access
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00515760
Message ID:
00515844
Views:
19
>I'm dealing with a growing database in Access 97 which I access via ODBC and a View in VFP 6.0 Since the database is growing by 100-200 records per day, performance has started to sag very noticeably. The way this works is when my application starts, it copies the .MDB to a working folder using a batch file. I can then pretty much mangle the MDB anyway I want since it doesn't touch the original, however I have no control on how the .MDB is created and maintained.
>
>The real issue is that searching the MDB is getting really slow. Can you index a VIEW? We're talking about 7,000 records right now; I was even wondering about trying to add an additional index within the .MDB using FoxPro to control JET via automation. Or maybe just do a complete SQL-SELECT into a FoxPro cursor and then do all of the seaching from there? A delay on start-up is OK, but I would really like to shorten the wait for the users once they are in my program.
>
>This has come up with a couple other projects as well, as I generally use VFP to do reporting anytime I run into .mdb files
>
>Any ideas?
>
>--- L

Since you are copying it anyway, why not have some process move the data to a local VFP table? Then you can index, etc and have all the speed you need.
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform