sunsilk10
September 14th, 2009, 07:59 AM
Hello,
I am creating an interface to update a database table from a different database using ODBC in VB.net. I have deployed the application as a windows service. All is working fine. However, I want to check changes in the source database continuously (i.e. as soon as the table is updated, check again) If I add a while loop in OnStart, I cannot start the service as it never ends.
Any suggestions?
I am creating an interface to update a database table from a different database using ODBC in VB.net. I have deployed the application as a windows service. All is working fine. However, I want to check changes in the source database continuously (i.e. as soon as the table is updated, check again) If I add a while loop in OnStart, I cannot start the service as it never ends.
Any suggestions?