How to save/get information in xml format from vb.net to sql server

Jan 3 2009 1:56 AM
i have an field comment in xml (sql server 2005).
i want to save Employee,CommentDate,EntityType,EntityID,Comment this information as xml tags and also want to get the comment back to display in the VB.net
i want to access only one particular field not the whole file.
how to do this?