I have developed a school management software in vb.net. I used in-built database management program of Visual Studio. At first my client requirement was single handed use (i.e. the SW works on only one computer), now suddenly when the software if complete and submitted to client they said to me that work load is very much and they want that multiple user should use the software.
Now I have problem that how do I use my database file (i.e. .mdf
) in such a way that multiple users can connect to it with different computer "LOCALLY VIA LAN".
Actually I have done some research and I understood very little which is that I can use SQL Server Express as a server on one machine, import my existing DB file into SQL Server Express, and make some changes in my connection string in VB.net so that it connect to the specified DB.
Can someone please help me with my problem or give me some link to which I can refer.
Thanks.