毎回、それはここで更新日時私はデータベースに日付を更新したい
Conversion from type 'DataRowView' to type 'String' is not valid
このエラーが付属しています私のコードは
ある Me.Validate()
Me.DisplayLoanBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.LibraryDataSet)
frmLibrary.DisplayLoanTableAdapter.Fill(frmLibrary.LibraryDataSet.DisplayLoan)
ここで、日付の値を取得するために使用するコードはありますか? – Isuru
'Me.DisplayLoanTableAdapter.Fill(Me.LibraryDataSet.DisplayLoan)' – CompleteNewb