954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Multi user Application

Hi,

I have finished coding a VB.Net application that has connection to SQL Express 2008 database. My question is, what steps do I have to take to make this a multi user application.

FYI:
There are 3 tables in the database of which two tables contain data to be viewed by the user and one table is to insert records by the user. The former two tables will be edited by the administrator only. So there is no issue of concurrency. But the one table that is used to insert records by all users has to be dealt with. Please give me suggessions as to how I should go about it.

Thanks

shers
Junior Poster
116 posts since Aug 2007
Reputation Points: 8
Solved Threads: 0
 

You should share the database, and use the shared LAN path in your code.
That's it.
I am using simple access database in LAN, and it is working perfect in multi-user (2-3 user) environment.

martonx
Junior Poster in Training
51 posts since May 2008
Reputation Points: 10
Solved Threads: 8
 

How do I share the database? I have finished working on the application. Do I have to change the code to share the database? I have given the connection string the the Property|Settings. So changing the location is not a problem. And, FYI, I'm using SQL 2008 Express database, not Access.

Thanks

shers
Junior Poster
116 posts since Aug 2007
Reputation Points: 8
Solved Threads: 0
 

You should share the file in windows explorer :-) Like share anything in windows :-)
I am using hungarian language windows, so I don't know the exact english name of file sharing in windows.
You should right-click on teh SQL Express file, and choose sharing or something like this.

martonx
Junior Poster in Training
51 posts since May 2008
Reputation Points: 10
Solved Threads: 8
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You