Caching data using RSS Data Provider
Connection string
This CData ADO.NET Provider for RSS connection string can be used for connections to RSS / Atom.
URL=http://someservice.com/atom-feed/;Cache Location=C:\cache.db;Auto Cache=true;
Offline=false;
To retrieve data from the cache, use table name + "#Cache" in sql query. Example for an Atom feed would be SELECT * FROM [AtomFeed#Cache]