Group: microsoft.public.sqlserver.xml · Group Profile · Search for Profileid in microsoft.public.sqlserver.xml
Author: rhaazy
Date: Jul 24, 2006 12:23
...// Set the text of the command xmlCmd.CommandText = @"select 1 as Tag, 0 as parent, MAC as [ProfileID!1!MAC!Element], " + "MessageTYpeID as [ProfileID!1!MessageTypeID!Element], ID as [ProfileID!1!ID] from tblClientMessage " + "for xml explicit"; // Execute the command to retrieve the xml from sql in the...
|