[数値]列の値を使用して最後の行を読み取り、それを1つ増やしようとしています。何らかの理由で、以下のコードはテーブルの最後ではなく2番目の行を読み取っていますか?なぜ何かアイデアはありますか?
Dim dvProjectName As DataView = DirectCast(AccessDataSource1.Select(DataSourceSelectArguments.Empty), DataView)
Dim strProjectName As String = DirectCast(dvProjectName.Table.Rows(0)("Number"), Integer)