Re: how to assigned float number to DB ?



Hello,

Use Numeric instead of FLOAT datatype.

Thanks
Hari

"guy" <guy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:04D80E57-189C-4C31-8729-1511B073B490@xxxxxxxxxxxxxxxx
how can i assigned a float number with only one digit after the dot to the
DB ?
i mean that i want to write this number 0.1 and not this 0.100000000 (that
what the sql does for me now..)
im using a storage procedure for this purpuse, so maybe the problem is
there..

thanks !!



.