Search results

  1. V

    what code should i add to the following code to check invalid username or password

    Public Class Login Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Dim str As String Dim i As Integer Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click Try cn = New...
  2. V

    syntax error in update statement

    i have faced same problem in another query i made the changes you have given in previous reply and it worked thank you very much
  3. V

    syntax error in update statement

    hello i have to update records in ms-access it is not working the error is : syntax error in update statement Private Sub submit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submit.Click GroupBox1.Visible = False Dim strupdate As String co = New...
  4. V

    syntax error in update statement

    i have used ms access as backend i have error in updating the record the error as syntax error in update statement.the code i have written is as follows Private Sub btnsubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnsubmit.Click GroupBox1.Visible = False...
Back
Top Bottom