Microsoft
Software
Hardware
Network
Question : print not able to convery float or money
what's special about decimal, but not float/money that print is not able to convert?
thanks
---------------------
declare @t1 float, @t2 float,@t3 float,@t4 float
set @t1 = 2130.234
set @t2 = 3932.436
set @t3 = 2156.023777
set @t4= ((((@t1/@t2)*@t3)/@t1)*@t2
)/100
print convert(decimal(18,8), @t4)
print convert(float(53), @t4)
print convert(money, @t4)
Answer : print not able to convery float or money
FYI: when you do this:
$('th')
internally, jquery actually "executes":
$('th', document);
that's why you would get all the th in the document.
Reference:
http://docs.jquery.com/%24
Random Solutions
No Windows machines can print in Mixed Network - Spooler Subsystem Closes
Delete shortcut from all users desktop via script
How do I check if a window is already open or give it focus using Flex/Flash
PowerEdge 1950 - Hard Drive Upgrade - Server 2003 R2
need .ico
A simple secuiry question
SAP RFC returning Invalid Data Type
Internet Monitoring Reporting software Sonicwall
How do I assign a default value in TextBox fields in DetailsView for Insert mode
AMD vs Intel? on dell's website - which has greater VM performance?