I just created my Visual basic application which connects and uses Sql database on my system.
And its working properly.
My Stupid problem is when i distribute my application to my friends on INTRANET/LAN, how do i make them communicate to my SQL Database on my system.
If this needs some study, kindly refer me the topics and references to learn.
Unless you and your friend are in the same windows domain, you’re going to have to turn off integrated security in the connection string:
and create the login for the database:
and most likely enable mixed logins under SQL Server:
and finally, possibly enable TCP/IP: