Displaying data of an Access database in a Datagrid
I've recently wanted to modify a program I wrote a few months ago (with VB6). In the form, there is a Datagrid, of which the DataSource is an ADODC that is linked to an Access file. No code was written for this connection, and the data of the Acces file used to display in the Datagrid during run time.
Now, after a few months, for some reasons, the data is not displayed anymore. I can make the Datagrid to display the column titles by clicking 'Retrieve Fields'. So I guess it means that the Datagrid can read the Access file, but just 'doesn't want to' display the data!
I've also tried to use MSFlexgrid and DataEnvironment Object, but the result is the same.
I'm very puzzled. Someone has suggested that it may be that some Windows Update broke the function, so I should make sure I've all the latest updates, in case the broken function is fixed. I've tried that, but no use.
I'd be really grateful for some advice, or even guesses. Thank you.

