Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can any one plz tell me how to make any access database to be used by more than one User in Lan network??????
Posted
Comments
Sergey Alexandrovich Kryukov 11-Oct-14 1:00am    
Why Access? It's not even client-server... Could you use something better?
—SA
Member 11134078 11-Oct-14 1:03am    
when i first made the software it was standalone so thats why i used acsess.
But now they need a client server.
Sergey Alexandrovich Kryukov 11-Oct-14 1:07am    
Listen for a good advice: drop it. You can use SQLite, SQL Server Express, MySQL, and a lot more...
—SA
Mehdi Gholam 11-Oct-14 2:23am    
Sorry Sergey, but sqlite is not multiuser like access.
Sergey Alexandrovich Kryukov 11-Oct-14 20:28pm    
It is actually multi-user, but in an efficient way. It is transactional, but a whole database would be locked during the whole transaction. But, strictly speaking, it is still multi-user. Yes, I understand, it's a problem. Whatever...

Still, there is a big choice.
I just added Solution 3; please see.

Thank you.
—SA

You can TRY to use Access as a multiuser database but it's not stable.

Do yourself a HUGE favor as scrap Access and go with SQL Server instead.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Oct-14 20:34pm    
Agree, with huge favor; a 5. SQL server is not the only choice though...
Please see Solution 3 where I advised how to go about it.
—SA
Mehdi Gholam 12-Oct-14 7:00am    
5'ed

I'm always weary of file access based database engines, with their risk of total mess up and deletion.
As three members already advised you to change the database system, you need to do some choice. Please see:
http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems[^],
http://en.wikipedia.org/wiki/Comparison_of_object-relational_database_management_systems[^].

Yes, you have to rewrite some code, maybe a lot of code. But Solution 2 is perfectly correct: it would be a huge favor.

—SA
 
Share this answer
 
Comments
Mehdi Gholam 12-Oct-14 7:00am    
5'ed
Sergey Alexandrovich Kryukov 12-Oct-14 12:11pm    
Thank you, Mehdi.
—SA
Member 11134078 14-Oct-14 0:46am    
thanx to all, for your answers.......
Sergey Alexandrovich Kryukov 14-Oct-14 1:23am    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900