Custom Feed using RSS Data Provider
Connection string
This CData ADO.NET Provider for RSS connection string can be used for connections to RSS / Atom.
It is possible to use several feeds in a single connection. Each feed becomes a table.
Tables=MicrosoftFeed=http://blogs.technet.com/microsoft_blog/rss.xml,GoogleN
ews=http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss;
Sql command examples for the above connected feeds, SELECT * FROM MicrosoftFeed and SELECT * FROM GoogleNews