There is an issue with sync-ing read/writes from different connections when
using the OleDB provider for ADO. The solution that Microsoft gives for it
works using the Jet Replication Object to refresh the cache. This is all
good and works fine. However, the same issue exists in ADO.NET. What is the
correct method of refreshing the cache in ADO.NET, as an ADODB.Connection
does not exist to pass to the JRO ActiveX DLL? Not to mention that I would
like a managed method to handle this instead of using COM Interop.
Thanks
--
David Williams