There is an external application which populates a Oracle DB with about 10 tables, each which has a "last modify date" column which indicates when the row was inserted/modified. I want to synchronize this data to a my custom data store (not
SQL/ADO). I am assuming that I would have to write a custom standard provider for both the Oracle store and my custom data store? Is there an existing example that I could use as a starting point? If not an example, is there a description
of how this would need to be implemented on the framework?
Thanks!
David