Checking MAX() of a table in C#
C#
4
Posts
4
Posters
0
Views
1
Watching
-
Hi, I used sql 2005 as my backend. How do i check the MAX(of a field) in a table in from C# codes
-
Hi, I used sql 2005 as my backend. How do i check the MAX(of a field) in a table in from C# codes
-
Hi, I used sql 2005 as my backend. How do i check the MAX(of a field) in a table in from C# codes
-
if one stores data in a DATATABLE it's easy to see that : DataTable DT; DT.Columns.Count;
Have Fun Never forget it