I would like to know what the best method would be to detect whether records have been added / modifided to a database table (SQL server) from a visual basic application (not residing on the server hosting the database)
add a col;umn to the database called _transfered with 0 and 1 the only add able values. then create a trigger on the table that when a record is added the value is cahnged to true.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.