Mar 02 2008 02:14 PM 3110 2 Move to the last row of a table kuntal sarkar How to move to the last row of a table in VB.Net Behamcraq Profile Answers by Behamcraq Questions by Behamcraq May 3rd, 2008 If any one want to get the last row it simple:TryDim cmd As New SqlCommand cmd.CommandText = "SELECT Max(Tour_ID) FROM Tours"cmd.CommandType = CommandType.Textcmd.Connection = sconnectsconne... Answer Question Select Best Answer
Mar 02 2008 02:14 PM 3110 2 Move to the last row of a table kuntal sarkar How to move to the last row of a table in VB.Net Behamcraq Profile Answers by Behamcraq Questions by Behamcraq May 3rd, 2008 If any one want to get the last row it simple:TryDim cmd As New SqlCommand cmd.CommandText = "SELECT Max(Tour_ID) FROM Tours"cmd.CommandType = CommandType.Textcmd.Connection = sconnectsconne... Answer Question Select Best Answer
Behamcraq Profile Answers by Behamcraq Questions by Behamcraq May 3rd, 2008 If any one want to get the last row it simple:TryDim cmd As New SqlCommand cmd.CommandText = "SELECT Max(Tour_ID) FROM Tours"cmd.CommandType = CommandType.Textcmd.Connection = sconnectsconne...