Using an External Cache Provider using OData Data Provider

Connection string

This CData ADO.NET Provider for OData connection string can be used for connections to OData.

RSSBus drivers have the ability to cache data in a separate database such as SQL Server or MySQL instead of in a local file using the following syntax:

Cache Provider=Provider.Namespace;
Cache Connection
='Connection String to Cache Database';

Above is just an example to show how it works. It can be used both with "Auto Cache" and with "Cached Data Only / Offline Mode".

Read more about using RSSBus Cache Provider in this article >>>