I substitued varchar(255) to text in my setup programme as I want to display more than 255 characters, but nothing seems to working.
myvariable varchar(255)NOT NULL,
I changed it to
my variable text NOT NULL,
what am I doing wrong?
Assuming you cut/pasted code rather than typing it in, you have an extra space after "my":