DB in Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

It would like to know the most correct procedures to place a BD created in
A2k, in the net server to be acceded by five or ten users, each one in its
job's rank.

Thanks in advance.
an
 
Hi!

It would like to know the most correct procedures to place a BD created in
A2k, in the net server to be acceded by five or ten users, each one in its
job's rank.

I'm not sure what you mean by "its job's rank", but a Jet database is just a file, so anyone who has access to the
server and folder hosting the database would be able to use it. Users must have Read/WRite/Create/Destroy permissions on
the folder. Also, if you've not split the database (i.e. Forms/Reports/Queries/Modules in one file, Tables in another)
then you would be well advised to do so. Each user would get a copy of the "frontend", while the "backend" (the Tables)
would remain on the server, and each FE would connect to the same backend.
Thanks in advance.
an

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
Ok, SMcD

Thank you for your explanation.
"its job's rank": One people / one personal machine.

an
 
Back
Top