Search results for query: *

  • Users: dfk
  • Order by date
  1. dfk

    updating database with oledb parameterized query

    thanks for the reply. i forgot to add the parameter for id: dbCommand.Parameters.AddWithValue("@id", form1.id.ToString) :P
  2. dfk

    updating database with oledb parameterized query

    hi, i'm a newbie trying to update a single record in vb using access database. an oleDbException was unhandled error occured at the 'dbCommand.ExecuteNonQuery()' line. it says no value is give for one or more parameters. although i did not leave the textbox fields empty during runtime. is it...
Back
Top