Re: Problem with "import column" pgsql [message #442 is a reply to message #441] |
Thu, 07 December 2006 08:09 |
ldelannoy
Messages: 5 Registered: November 2006
|
Junior Member |
|
|
I try radicore version 1.18. I upgrade to 1.19 and the problem is OK.
But, when I try import table:
x_person
..
..
value2 numeric(10,2)
..
..
The system show the next message:
..
..
Seq: 11, col_minvalue: Value is not a number
Seq: 11, col_maxvalue: Value is not a number
Seq: 11, user_maxvalue: Value is not a number
..
..
I revised the xample aplication, and the column is defined : DECIMAL, but in the xample-schema.sql, say numeric(10,2).
PD: Thanks for all
|
|
|