Hello Friends,
While i m trying to Import a Package From 9.3 to 9.4
I got an Error Message as per screen given Below.[ String or Binary Data would be Truncated ]
When i Compared the Structure of Property Table in 9.3 & 9.4 i came to know about few Changes in both structure.. [ All changes are related to Data type & the capacity of Field only ]
eg.
9.3 9.4
CATEGORY_BY nvarchar(64) CATEGORY_BY char(1)
To resolve the issue i tried to Extend the capacity of each field given in Property Table in 9.4
But changes in the Property Table is not Allow.
How to overcome with this Problem?
Thanks in Advance :-)
Sagar Makhesana