Hi,
I want AmountCur field of CustTrans to be displayed from a computed column of the view. But I'm facing an error as below.
SQL error description: [Microsoft][SQL Server Native Client 10.0][SQL Server]Arithmetic overflow error converting expression to data type nvarchar.
Following is the code
public server static str amount() { return SysComputedColumn::returnField(tableStr(ViewTest),identifierStr(CustTrans_1),fieldStr(CustTrans,AmountCur)); }
Other fields like AccountNum, Approved are working fine though. I think its accepting other data types except real.
Can some one please help.
Thanks,
Praveen
*This post is locked for comments