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
Getting Security Error when using GoDaddy Coldfusion and cfajaximport
Setting Reporting Services data driven subscription Using Web Service
Help with LAN to LAN routing using Netgear WNR2000
Rebuild SBS 2008 server
How to generate a heap dump in JBoss
Need Macro to Calcuate sum of highlighted cells in Excel
I need to change the color of a DataGridView scrollbar in C# WinForms
How to view a .pwi file in XP: Office 2007?
instance_resources
Windows XP does not see other computers on the workgroup