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...
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...
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...