|
I altered the size of a varchar column from 20 to 30. The alter worked ok but it still only allows me to insert or update 20 characters. What am I missing??
(comments are locked)
|
|
Discovered my own problem. I forgot to update the Triggers. Thanks anyway Mark this answer as correct then - maybe someone in the future will see this, and this will save them some searching (just before they facepalm themselves in a majorly epic manner)
Mar 04 '10 at 05:07 PM
Matt Whitfield ♦♦
(comments are locked)
|


Can you post the table script please?
can you post your table definition, and the code you are using to insert or update...
Discovered my own problem. I forgot to update the Triggers. Thanks anyway