Dim pt As String = MYTABLE2.Compute("sum(payment)", string.empty)
But the above code shows an error i.e. "Invalid usage of aggregate function Sum() and Type: String."
Please friends help me regarding this.




Posted 25 November 2012 - 11:51 AM
Dim pt As String = MYTABLE2.Compute("sum(payment)", string.empty)
Posted 25 November 2012 - 12:51 PM
