Possible Duplicate:
C#/SQL Database listener help needed
I am writing an application to keep on monitoring the database table from the server machines. If the new entry has been made in to the table, then i have to collect the new details using select query and passed to the final builder as a parameter to start the automation.
Question: How can i find the new entry in database table using c#?
i have no idea about this?
can anyone help me out this?