You are viewing a single comment's thread from:
RE: SQL Beginner's Tutorial: Sorting Groupies
Yes, thank you for the response :)
its just that I'm planning to develop a system where client computers can store files into the server computer (2 or more computers connected to a single server). So i'm wondering about that
If it's a single server-based system, I believe you should be able to do so. If you're working direct with files as the data storage tool, then you could create a Network Share Folder that is accessible by the multiple computers involved and that should be enough to do so. You would just have to watch out, in that case, for File Locking.
Yes file security is my main problem with that, I want the system to give the server user the power or to enable and disable access whenever he/she wants. I want to make the system user-friendly to non-IT users.

I want it to be like a switch that give access or permission in just a single click.
Automation and ease-of-use is where it's at in regards to integration and development of solutions. It's actually something I try to highlight with the Clients I work with.
Yes, I want the software application to be fully automatic so that users will not lost inside the system. I have encountered using system that are not user-friendly and it really give me hard time using it
I completely agree. The harder the application is to use, the less I want to use it.
it is very nice and useful to explain this information to me now
No problem. Even these comments are a great source for learning new information.