Last Line in Database

I have found a Solution.

integer = DataSet.Tablename.Count -1 Number of database rows


DataRow = DataTable.Rows.Item(integer) I am now at the last line of my Database (DataSet)




best regards Datahighway
 
Back
Top