Guest Posted May 8, 2003 Posted May 8, 2003 Hi, simple one this I hope. I have entered a couple of products with really long names and the end has been cut off after so many characters. How can I alter this setting to allow more characters? Is it in the MySQL itself? Thank you in advance
Guest Posted May 8, 2003 Posted May 8, 2003 I went into the MySQL database and changed the varchar(64) setting for products_name to varchar(100) and it works! Can any programmer type person tell me if what I've done can do any harm? Is it the right way to have done it? Cheers
Druide Posted May 8, 2003 Posted May 8, 2003 i did the same thing without any troubles just to confirm your 'idea' Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.