Hi everybody! I am having a very strange on my SQL Server 2000. I have a field of type 'bigint' in a table, when I create a new row with a value like '100000000003' every thing works ok but if want to update an existing row by setting the value of this field to '100000000003' I a having the following error :[Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow converting expression to data type int
.Any idea???This is a part of the structure of my table:CREATE TABLE [dbo].[T_AMENDEMENT_DI] ( [LG_ID] [bigint] IDENTITY (1, 1) NOT NULL , [LG_DECLARATION_ID] [bigint] NULL , ...
'LG_DECLARATION_ID' is the field that is causing trouble.Thanks in advance!The best is still to come!