Tuesday, 23 April 2013

sum of datatable column vb.net




sum of datatable column vb.net


              Dim dt1 As DataTable = dt.Tables(0)
              Dim colTotal As Object
              colTotal = dt1.Compute("Sum(Emp_Sal)", Nothing)

              

No comments:

Post a Comment

SQL SERVER – Disk Space Monitoring – Detecting Low Disk Space on Server

CREATE PROCEDURE [CSMSDVLP].[DiskSpaceMonitor] @mailProfile nvarchar(500), @mailto nvarchar(4000), @threshold INT, @logfile nvarchar(40...