Search results for query: *

  1. N

    insert into MS Access using vb.NEt

    It did not help me. it still get the following error: System.Data.OleDb.OleDbException: Command text was not set for the command object. at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS...
  2. N

    insert into MS Access using vb.NEt

    My code is Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strConn As String Dim strSQL As String Dim Conn As OleDb.OleDbConnection Dim cmd As OleDb.OleDbCommand Label1.Visible = False strConn =...
Back
Top