an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Atrribute Value Width Increase
Last Post 12/26/2008 6:02:49 PM By lukezy. 1 replies.
12/25/2008 2:05:03 PM
quarterhorses
Posts: 27
Joined: 8/23/2008
Atrribute Value Width Increase
I am trying to increase the number of characters I can put into the attribute value from 50 to 100. I have changed the field value from 50 to 100 in the table DSC_Product_Attribute_Value. I have also changed the parameter Value in both stored procedure DSC_Product_Add_To_Product_Attribute and DSC_Product_Update_Product_Attribute. This hasn't worked, and there is something else in the code that is triming the field to 50 characters. I don't know what code I need to change I guess.

 

12/26/2008 6:02:49 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Atrribute Value Width Increase
You might want to use SQL profiler to trace if the sproc DSC_Product_Add_To_Product_Attribute and DSC_Product_Update_Product_Attribute are passed the right value. If not, check if  DSC_Product_Add and DSC_Product_Update are passed the right value.
DotShoppingCart Staff