Hi!
I'm trying to save a the contents of the a textarea box, I have entered the following into the box
The classical line is the company's leading brand, which is flanked by a more casual line and a "made to measure" service. Together, these three lines amount to more than 200,000 coats and jackets per year made in-house (Made in Italy), which represents 80% of turnover. The Groups seems to be pitched closest to the menswear range of Next (UK) ( not including shoes.
However when i save it and go back into the form that contains the above box it only has the following saved,
The classical line is the company's leading brand, which is flanked by a more casual line and a
The code once run looks like this:
Update TBL_PARTY
set PartName = '', PartFacilities ='',
PartLocation ='', PartOwner ='',
PartBusinessActivities = 'The classical line is the company''s leading brand, which is flanked by a more casual line and a ', PartNoOfPersonnel = convert (varchar, '0'),
PartWebSite = ''
where partyid = 595
Why is the double quotes stopping the rest of the textarea contents from being saved??
Cheers
Julie
I'm trying to save a the contents of the a textarea box, I have entered the following into the box
The classical line is the company's leading brand, which is flanked by a more casual line and a "made to measure" service. Together, these three lines amount to more than 200,000 coats and jackets per year made in-house (Made in Italy), which represents 80% of turnover. The Groups seems to be pitched closest to the menswear range of Next (UK) ( not including shoes.
However when i save it and go back into the form that contains the above box it only has the following saved,
The classical line is the company's leading brand, which is flanked by a more casual line and a
The code once run looks like this:
Update TBL_PARTY
set PartName = '', PartFacilities ='',
PartLocation ='', PartOwner ='',
PartBusinessActivities = 'The classical line is the company''s leading brand, which is flanked by a more casual line and a ', PartNoOfPersonnel = convert (varchar, '0'),
PartWebSite = ''
where partyid = 595
Why is the double quotes stopping the rest of the textarea contents from being saved??
Cheers
Julie