Class: NFLPlayerManagementSystem/clsTeamNews
Method: buildXML
* Ambiguous column name 'dtCreated'.
SELECT TOP (50) News.intNewsID intNewsID, Title, Author, AuthorUserID, isFeatured, Summary, CONVERT(VARCHAR, StartDate, 101) as StartDate, TeaserPhotoURL, URL FROM PlayersMasterDB.dbo.tblNews as News INNER JOIN PlayersMasterDB.dbo.tblNewstoTeam TeamNews ON TeamNews.intNewsID = News.intNewsID AND TeamNews.TeamCode = 'TENNESSEE' WHERE ((StartDate <= '5/23/2013 11:59:59 PM') AND (News.intStatus >= 1)) ORDER BY dtCreated DESC FOR XML AUTO, ROOT('Root')
* clsXSLT:Load --> Value cannot be null.
Parameter name: input