M
mich h
Hi all.
Can't find the appropriate topic to post my questions, so
I think .gettingstarted is as
good as any...
Client wanted to develop a database system using access
(.mdb files), and accessed using
vb using ado db controls.
1. Considering the client will access the database around
4000 times/day (querying/modifying), is it better to have
multiple .mdb files with small number of tables on each
of .mdb files, or is it better to have a single .mdb files
with all the tables inside ? or does it really matter?
2. If it is better to have multiple .mdb files, what is
the ideal number of tables per file?
3. It should be possible to lock a certain table so that a
second person accessing the table can't write into that
table until the first person (who locked the table)
finished updating it and unlocked it. How?
Cheers,
mich
Can't find the appropriate topic to post my questions, so
I think .gettingstarted is as
good as any...
Client wanted to develop a database system using access
(.mdb files), and accessed using
vb using ado db controls.
1. Considering the client will access the database around
4000 times/day (querying/modifying), is it better to have
multiple .mdb files with small number of tables on each
of .mdb files, or is it better to have a single .mdb files
with all the tables inside ? or does it really matter?
2. If it is better to have multiple .mdb files, what is
the ideal number of tables per file?
3. It should be possible to lock a certain table so that a
second person accessing the table can't write into that
table until the first person (who locked the table)
finished updating it and unlocked it. How?
Cheers,
mich