I am working on an alarm application that has to be more or less real time. In case of an event, a new record is inserted into an Access database in a table named "Events". I need a way to either "detect" this insertion of a new row, or getting this row automatically in a recordSet sent to my VC++ application. Please advice on how to implement this or anyother alternative...
Thank you