M
MW
Hi all
I have a datatable returned from an Oracle Stored Proc containing look up
data. This is used by my application and shared between multiple threads.
The problem is the underlying data for the lookup table gets updated on
irregular intervals externally. What is the best way to refresh this
datatable and have the new rows reflected in my app?
Right now I am repopulating the object at regular intervals by executing the
stored proc. Is there a better way?
TIA
Wazir
I have a datatable returned from an Oracle Stored Proc containing look up
data. This is used by my application and shared between multiple threads.
The problem is the underlying data for the lookup table gets updated on
irregular intervals externally. What is the best way to refresh this
datatable and have the new rows reflected in my app?
Right now I am repopulating the object at regular intervals by executing the
stored proc. Is there a better way?
TIA
Wazir