No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
hi i'm jenica u can call me Khai "_"iCe mIsTrEsS "_" " aIkOxjEnIcA " " 02 " "lIfE iS ReAlLy SimplE But We INsiSt On MakiNg It ComPlICatEd" ..."thE m0rE y0u hAvE expEctAti0ns, thE m0rE y0u engAgE…
2 Posted Topics
Dim sqlconn As SqlConnection = New SqlConnection("data source=MCKAYLA\SQLEXPRESS;Initial Catalog=jhen_reg;Integrated Security=True") Dim sqlda As New SqlDataAdapter Dim sqlcmd As New SqlCommand Dim dt As New DataTable Dim sqlstr As String = "SELECT * FROM reg where Username=@Usernametextbox.text AND Password=@Passwordtextbox.text" With sqlcmd .CommandText = sqlstr .Connection = sqlconn .Parameters.AddWithValue("@Username", UsernameTextBox.Text) .Parameters.AddWithValue("@Password", PasswordTextBox.Text) … | |
The End.