Cached data only / Offline mode 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/;Offline=true;Query Passthrough=true;
This CData ADO.NET Provider for RSS connection string can be used for connections to RSS / Atom.
URL=http://someservice.com/atom-feed/;Offline=true;Query Passthrough=true;
SELECT statements will always retrieve data from the cache. DELETE/UPDATE/INSERT statements is not allowed and will throw an exception.