Search results for query: *

  • Users: Marvin_G
  • Content: Threads
  • Order by date
  1. M

    Overload resolution failed

    Hello below is my code, i got this error Error "Overload resolution failed because no accessible 'New' can be called without a narrowing conversion:'Public SubNew(selectCommandText As String, selectConnection As System.Data.OleDb.OleDbConnection)': Argument matching parameter 'selectConnection'...
  2. M

    selected row into array

    Hello guys, i have a code that would delete a row from datagridview and mysql. Now what i wanted to do is to delete multiple row instead of one. possible? command.CommandText = "delete from " & cmbTable.Text & " where ID = " & Val(DataGridView1.CurrentRow.Cells(0).Value.ToString)...
  3. M

    combobox problem

    hello guys below is my code. when i select / fetch data from mysql database at the first time, it can run, the second time i run without changing anything, i get this error, "Object reference not set to an instance of an object." at line that i marked below (combo box). The combo box load list...
Back
Top