Groups | Blog | Home
all groups > sql server new users > february 2005 >

sql server new users : how to insert decimal number



Geert Vanhove
2/9/2005 1:17:08 AM
Hi,
type int doesn't allow decimal values. Use the decimal (x,y) type (or float)
A second thing you have to verify are your regional settings, you might want
to use a decimal point in stead of a comma.

[quoted text, click to view]
Murat D. Hekimoðlu
2/9/2005 10:52:52 AM
Hi all

I am using Asp with SQL Server. When I want to insert a value (ex. 0,20)
into db with the data type int. But it doesnt work. What is the problem and
how can I solve this

--
Murat Demir HEKÝMOÐLU
have a nice day

AddThis Social Bookmark Button