Database on the network

  • Thread starter Thread starter Vuthy
  • Start date Start date
V

Vuthy

Dear sir or madam,
Now I have a huge problem which need your help. I have
designed a database for stock control for my company.
After I've done it,I put it in the sever and share it to
be used by 8 users. At the same time when they are working
on the database, the problems come out as below:
1. All records on the screen which already enter becomes
to the word Deleted.
2. When the user close the database and open again,
there's a message come up: Record is deleted with an OK
button.
3. When the user close and open the database again,
there's another message " Unrecorgnized File format..."
The database that I'm using is the Back End and Front End
database.
Please help me because I need to sort this problem in week.
Thank you for spending your valuable time.

Vuthy
Database Designer
 
When you say that you've "put it on the server", do you mean that you've put
a single copy of both the front-end and back-end on the server, to be
shared?

If so, this can cause corruption in the data, leading to some of the
symptoms you described.

The preferred design is to put only the back-end on the server, and place a
copy of the front-end on each user's PC.
 
Back
Top