ok so my question is how do i get my sql server to be displayed properly for other people computers it seems to not have been working when i set up the database with the local connection so i connected to a database i created in sql server manager and added the connection string that it had but still didnt work and gave me an error saying to make sure my instance name is correct and that I need to check if i have remote connections turned on and i do but it still doesnt work. it seems to not want to work when i type display_data(); on the form load on a button and doesnt want to display on the grid view. please help ive been working on this project for quite sum time and i dont want to discard it considering it would make me lose the drive to code.
the string im using is
(@"Data Source = DESKTOP - UH0ETGE\SQLEXPRESS; Initial Catalog = DB_Server2; Integrated Security = True");