Question : Application Refresh row insert

Hello,
We have a VB.Net application that must be refreshed at the time a row is inserted into an Oracle view.  Optimally Id like to have the application refreshed only if the row is inserted into the table and I do not want the application to poll the database periodically.  Is there some kind of VB.Net functionality that will allow the application to listen to the database view for an insert?  

Thank you.

Answer : Application Refresh row insert

There is no such functionality in .NET. You have to either poll the database from vb.net end or use triggers etc in the database to notify the application.
Random Solutions  
 
programming4us programming4us