2007 Mar 12 2:39 PM
hi,
while i am creating table i used int4 data type ,but after i enter the values it is taking the decimal places,so why it is comming decimal palces i dont know,can any body have the idea pls let me know.
2007 Mar 12 2:45 PM
hi rammohan.....
i tried to do the same...
but the record is not inserted inti the database if u give a decimal point......
Just check it once......
Reward points if useful......
Suresh......
2007 Mar 13 4:25 AM
the int4 data type is mapped in the following way with the work bench is
it takes 4 hexa decimal bytes to store that in programming environment.
INT4: 4-byte integer between -2147483647 bis 2147483647. The length is set to 10 places for this data type.
2007 Mar 13 5:26 AM
Hi Rammohan,
<b>1st possiblity:</b>
May be there exists a CONVERSION ROUTINE( unfortunately ), check it once...............
<b>2nd possiblity:</b>
GOTO system ---> user profile -
> own data
In that,Click Default option.OK.Here u can see some
decimal formatting options.May be these are affecting...
Reward,if helpful.
Regards,
V.Raghavender.
2007 Mar 15 7:28 AM
Hi,
You check your data type.May be your data type u mentationing Decimal place : 2
so it displaying decimal value. make Decimal place is 0.
Thanks...
Sasmita