ADO question ???
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have an Access database with some tables . From a web page (using ADO )the records in a table can be modified or new records can be added . From a Visual C++ (using also ADO) program I have to monitor these changes . How can I do this ?? At a new record insertion I tried to read the recordcount from table , but it is increased only after 2-3 seconds after the insertion performed at web page. Thakx Jancsi