Large Files

J

Jody

I'm running code on three large files, first a while not
eof on 25,000 record file, within this a findrecord on
12,000 record file and then a fiind record on 150,000
file. Its incrediable slow, any suggestions on how to
speed up processing?
 
J

John Spencer (MVP)

Possibly, but since you have not shared your code, your table structure, or what
you are attempting to do - the only thing I can suggest is that you make sure
you have indexes on all the fields that you are searching or ordering by.

FindRecord is slow. Can you use an SQL query to get the necessary record into a
recordset? Again, without knowing your code, your table structure or you
purpose, I find it difficult to give you much in terms of concrete advice.
 
J

JODY

Thanks for that was in process od setting up indexes, but
now seek fails. How can a view the contents of the index
key so I can ensure my criteria is in correct format, in
VB.
 
J

jody

ok sorted!
-----Original Message-----
Thanks for that was in process od setting up indexes, but
now seek fails. How can a view the contents of the index
key so I can ensure my criteria is in correct format, in
VB.

searching
or ordering by. of
concrete advice.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top