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
Try
OleDbDataAdapter1.Update(ds, "PatientSummaryTBL")
Catch e As Exception
MsgBox(e)
End Try
much Appreciated