P
paulo
Hello,
We're having a really strange problem with an application we're
developing. All development was done with SQL Server 2000, so the
application should be compatible with both SQL Server 2000 and SQL
Server 2005. However, when connected to the same database updated to SQL
Server 2005, we're getting some errors here and there. One of the most
common is one field Varchar(12) where we usually store an integer value.
When doing Update with a TableAdapter involving this field, we get the
error:
System.Data.SqlClient.SqlException: Error converting data type nvarchar
to bigint.
whereas with SQL Server 2000, everything goes well.
Does anyone have any clue why this is happening?
Thanks in advance for any help given.
Regards,
paulo
We're having a really strange problem with an application we're
developing. All development was done with SQL Server 2000, so the
application should be compatible with both SQL Server 2000 and SQL
Server 2005. However, when connected to the same database updated to SQL
Server 2005, we're getting some errors here and there. One of the most
common is one field Varchar(12) where we usually store an integer value.
When doing Update with a TableAdapter involving this field, we get the
error:
System.Data.SqlClient.SqlException: Error converting data type nvarchar
to bigint.
whereas with SQL Server 2000, everything goes well.
Does anyone have any clue why this is happening?
Thanks in advance for any help given.
Regards,
paulo