I am using borland 6 and sdac5.0 for interaction with MS Access database. However, when I insert a record into the database and try to fetch all data for that table within the same connection, the newly inserted data is not shown.
I have noticed that there was a bug in MS Access Jet4.0 regarding this issue. (https://support.microsoft.com/kb/239114) Unfortunately my system is Windows 7 and I have checked the Jet.dll and I have confirmed that's the latest version and Microsoft has confirmed the issue is solved.
Just wondering is there any method to force the database to update the data to the hard disk? I can sacrifice some performance in order to ensure the integrity of the data.