J
Joe
Hi,
Newbie to ADO.NET - I am trying to save updated from my
VB.NET client back to the SQL Server database. This is my code:
Try
daInvData.Update(dsInvestigation.dtPersonInfo)
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
daInvData is a SQLDataAdapter.
The code executes without error - no exceptions. But the
data does not change. Anyone have any idea why the data does not
change, or at least why I am not getting an error message?
J
Newbie to ADO.NET - I am trying to save updated from my
VB.NET client back to the SQL Server database. This is my code:
Try
daInvData.Update(dsInvestigation.dtPersonInfo)
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical)
End Try
daInvData is a SQLDataAdapter.
The code executes without error - no exceptions. But the
data does not change. Anyone have any idea why the data does not
change, or at least why I am not getting an error message?
J