I am using Microsoft Dynamics CRM 2013. I need to have a real time view into the entity tables inside of Microsoft Dynamics CRM using an oracle database, an SQL database and Microsoft Access. I need to understand the methods for all 3 database types.
By real time view - I mean a view into the data in CRM Dynamics table. If a user changes a value, the value should be reflected inside the view in near real time. Similar concept to a Microsoft access linked table. The view does not need update or write rights, simply need to read the data from the entities in these three database formats.
Is this possible in CRM dynamics 2013? If yes can someone point me to a resource where I can learn to do so.