Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Will this ruin the database relationships?


DorianJ

Recommended Posts

Posted

The products_description.products_name field is defined by default to be VARCHAR(64). I need more than 64 chars for my product names so I changed this value to VARCHAR(72). Does anybody know if this might cause a problem in the future?

-Dorian

Posted

shouldn't be an issue - just ensure you check all your tables and change the length of that field wherever it appears.

Your online success is Paramount.

Posted

I would have to check but I believe that you can go to a max of 255

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted
...check all your tables and change the length of that field wherever it appears.

Did that. Some fields throughout the schema are of the type VARCHAR(64) but none of them are called products_name. I'll assume that means all is ok. :D

-Dorian

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...