Hey!
I'm trying to determine which would be the best solution for
deploying my database.
Currently, I have my database on a shared network. I have not split the database yet.
I am trying to understand what the pros and cons on having my clients access the database,the front end and back end, when split, to both be located on the server, or having the tables stored on the server and then having the forms stored on each individual's local pc? One of my coworkers strongly recommended that I should not put the application (forms) part of the db on each pc. However, I really thought it would increase the access time for each user if they only had to go to the server to get the table data.
I have approximately 15 users in various states that will need to use the db. Although my clients are located in several different states, I travel to these locations often.
Any suggestions on the best method of distribution would be greatly appreciated.
thank you,
kat25
I'm trying to determine which would be the best solution for
deploying my database.
Currently, I have my database on a shared network. I have not split the database yet.
I am trying to understand what the pros and cons on having my clients access the database,the front end and back end, when split, to both be located on the server, or having the tables stored on the server and then having the forms stored on each individual's local pc? One of my coworkers strongly recommended that I should not put the application (forms) part of the db on each pc. However, I really thought it would increase the access time for each user if they only had to go to the server to get the table data.
I have approximately 15 users in various states that will need to use the db. Although my clients are located in several different states, I travel to these locations often.
Any suggestions on the best method of distribution would be greatly appreciated.
thank you,
kat25