Viewing 3 posts - 1 through 4 (of 4 total)
quantity numberic digit is like this 1.000 2.000
After changed to 5 to 10, there is no more error form the statement
Thank you ALL : )
January 4, 2013 at 1:30 pm
#1573937
ItemCode is not numberic. Quantity is numberic
January 4, 2013 at 11:05 am
#1573878
Error Comes out
Executed SQL Statement: SELECT oi.ItemCode + ' X ' + CAST(oi.Quantity AS VARCHAR(5)) AS Expr1, oi.ItemCode, oi.ItemDescription, oi.Quantity, oi.UnitWeight, os.Ref1....
Error Source: .Net SqlClient Data Provider
Error Message:...
January 4, 2013 at 10:06 am
#1573838