Subject Re: My Strings refuses to truncate too
Author Aage Johansen
On Wed, 25 Jun 2003 12:56:12 +0000 (UTC), p_lerner wrote:

> I read about the string truncation error. I get the same error but in
> different case: One record cannot be deleted because of this error.
> I know that the problem is with a VARCHAR(70) field because I get the
> error when trying to change it's value.
> Thing is: cannot change value of field and cannot delete record, which is
> my final aim.
> What do you suggest?


If nothing else works, create a new table and copy all records _except_ the
'problem' over to the new table.

--
Aage J.