As the title say, this is the problem. Tried to re-design the table to varchar with length 50. But that doesn't work. in the database it says that the type should be text.
Running on IIS.
Best regards.
You don't change the type mate, if you click it, if you are using Navicat it will pop up with a box at the bottom and one of the boxes are 'Default Value' .
Yes, it is varchar, set the length to 500
Set the Default Value to: NULL
Works, thanks a lot!