MySQL And Field Value

Hello,

I need to get an int value from my table. The int column is described
as int(11). i’m trying to get one particular value (‘1000’) and insert
it back into another table’s int field/column. However in the
meanwhile this value is changing from 1000 to 102689.
I guess this has to be done with data type parsing from Rails.
Does someone know how to handle this problem.

Regards,

Joel

On 23 May 2008, at 00:48, joel wrote:

Hello,

I need to get an int value from my table. The int column is described
as int(11). i’m trying to get one particular value (‘1000’) and insert
it back into another table’s int field/column. However in the
meanwhile this value is changing from 1000 to 102689.
I guess this has to be done with data type parsing from Rails.
Does someone know how to handle this problem.
Values don’t magically change. Show us what you’re doing and someone
might be able to spot the problem.

Fred