Page 1 of 1

Reading Decimal Value in Schema file

Posted: Thu Jun 24, 2010 10:43 am
by laknar
Input data

4456456.6456
12312.423
5534.64565
312123.567887

the scales are not fixed here. it may or may not exceed.

How can i read those values and load into database.

in database decimal[20,10]

how can i read this

Posted: Thu Jun 24, 2010 4:52 pm
by ray.wurlod
All of those values are valid for Decimal(20,10).