Out of range value adjusted for column '_my_bigInt_column' at row 1
Posted: Wed 14 Feb 2007 04:44
I'm trying to store the value: 2130706433 into a BigInt column.
Again this was working with the other provider.
Same code, now crashes with the error:
What is this for?
My variable was defined as long. I changed to Int64 just to see if there was any difference, but still getting the same error.
DbType Int64 System.Data.DbType
MySqlType BigInt CoreLab.MySql.MySqlType
Again this was working with the other provider.
Same code, now crashes with the error:
No records are being added to the table.Out of range value adjusted for column '_my_bigInt_column' at row 1
What is this for?
My variable was defined as long. I changed to Int64 just to see if there was any difference, but still getting the same error.
DbType Int64 System.Data.DbType
MySqlType BigInt CoreLab.MySql.MySqlType