Update failure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Error message: Argument 'Prompt' cannot be converted to type 'String' when I try to update a dataset.

Try
OleDbDataAdapter1.Update(ds, "PatientSummaryTBL")
Catch e As Exception
MsgBox(e)
End Try

much Appreciated
 
Back
Top