Hi all,
I created an application that I was using at my work. Now other people would like to use it. I would like to have a client-server setup for my DB.
Can I do this by just putting the application on a server? Can a single application handle multiple users?
What if I open a recordset and I keep te recordset open for 20 minutes..
In the meanwhile another user tries to adapt a record. Will this go wrong?
I have read some stuff about splitting the DB. But is this really necessary?
Once splitted I can never go back to the original.
What is the best thing that I can do.
I know security is also important but I just want to know what the best solution is for multiple users on one DB.
thanx
I created an application that I was using at my work. Now other people would like to use it. I would like to have a client-server setup for my DB.
Can I do this by just putting the application on a server? Can a single application handle multiple users?
What if I open a recordset and I keep te recordset open for 20 minutes..
In the meanwhile another user tries to adapt a record. Will this go wrong?
I have read some stuff about splitting the DB. But is this really necessary?
Once splitted I can never go back to the original.
What is the best thing that I can do.
I know security is also important but I just want to know what the best solution is for multiple users on one DB.
thanx