Click here to Skip to main content
15,921,841 members

Comments by Member 12905345 (Top 24 by date)

Member 12905345 21-May-17 8:28am View    
What I mean sir is I tried

If txtName.Text="" Then

Msgbox("Please fill up the form")

End if

Sorry for that.
Member 12905345 8-Mar-17 0:57am View    
The computername in "Login failed for user "computername/Guest" is the computername of pc1
Member 12905345 7-Mar-17 22:06pm View    
Sir, thank you... the PC2 has successfully open my server in PC1 using SQL Server Authentication.. But when PC2 run the Debug of my Dental System to Login (by the way I made a Login form using vbnet) the error occurs saying "Login failed for user "computername/Guest".
How to fix it? Thanks
Member 12905345 7-Mar-17 12:53pm View    
I am using SQL Server express.. I have tutorial on how to open the database of PC1 by PC2 using 1433.. What I am trying to do sir is to allow PC2 to login in my dental system but errors occurs above.
Member 12905345 7-Mar-17 12:33pm View    
So, I created Assisstant as User under of Security of my Database..

Server=.\SQLEXPRESS;database =NEWCMO;User Id=Assisstant; Password=glen;

is it correct?