M
Mr. B
In my current application, I read 5 tables that are in a single MS dB file.
What I find is that there is about a 2 second hit per each table read when my
application loads.
What I'd like to do is to create another MDB file and transfer all the tables
information into ONE (1) table in the New file. Thus I can read the
information faster. It IS a pain when my application starts as there is other
info I read... so if I can shave off some start time, that'd be great!.
The existng data MDB file gets updated almost daily. So I'd end up running a
scheduled task each night to 'Purge' my new file of all info before I update
it... This is to get ride of any obsolete info that is in it.
Any idea on how to accomplish this? I've never done this much less, done
anything other than read/write to a MDB with my application.
Regards,
Bruce
What I find is that there is about a 2 second hit per each table read when my
application loads.
What I'd like to do is to create another MDB file and transfer all the tables
information into ONE (1) table in the New file. Thus I can read the
information faster. It IS a pain when my application starts as there is other
info I read... so if I can shave off some start time, that'd be great!.
The existng data MDB file gets updated almost daily. So I'd end up running a
scheduled task each night to 'Purge' my new file of all info before I update
it... This is to get ride of any obsolete info that is in it.
Any idea on how to accomplish this? I've never done this much less, done
anything other than read/write to a MDB with my application.
Regards,
Bruce