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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top