Hi,
I want to set the fields Page.PageDescription and Page.PageKeywords to NULL for all pages on a Dynamicweb 8.0 website. Therefore I did an update directly in the database:
UPDATE Page SET PageDescription=NULL, PageKeywords=NULL
The two fields are now set to NULL. But when I look at the Properties for a page the two fields Meta-Description and Meta-Keyword(s) still contains content! Why is that?? And how can I delete the content in these two Meta fields?