Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Anyone know how to sum as decimal in SQLCE database? I had try using below statement: SELECT SUM(decimal(eAmount),9,6) AS Total FROM ExpenseDetail WHERE catID = 1 It give the error that it is not regcognize by SQLCE. Please help!! Thanks in advance.