Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello

I recently developed a VB.NET application that uses Microsoft Access Database. I would like to find out if the application can be used on a LAN Network.


Thank You
Posted
Comments
Mehdi Gholam 9-Sep-14 10:32am    
Try and see.
[no name] 9-Sep-14 10:35am    
Okay.... you have permission to go find out.
PIEBALDconsult 9-Sep-14 10:43am    
That mainly depends on how flexible you allow the connection string to be. But Access isn't a very good choice; you will likely find that another database system, particularly one that is not file-based, works better across a network.
Member 11069681 11-Sep-14 11:02am    
@PIEDBALDConsult What database system do you recommend?

1 solution

1) DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalization if you want to be taken seriously.
2) Depends. It might: but if you are thinking of using it as multiuser, then no. It'll "work" and then fall over spectacularly when you don't expect it to.
 
Share this answer
 

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