Adelina_RO
Member
- Local time
- Today, 13:25
- Joined
- Apr 9, 2021
- Messages
- 42
For the last 17 years i've been using DAO recordsets and i LOVE them, but recently i got a new project which has the BE on a MariaDB server. All fine and dandy until this issue:
I have a simple "Select * FROM" passtrough
query which doesn't see changes made to the underlying table. I've tried Opions: 2, 3, 32... to noavail. Now i see that if i make any changes to the table structure directly on the mariadb server, until i quit access, the simple query becomes dynamic and sees changes in real time, but as soon as i reopen access, the same query reverts to whatever it is and needs me to press the F5 button to see any changes. Why? Any ideas?
L.E. If i open the query in access query editor and change the Options part of the conn string, run it, press F5 then it becomes updatable again until i close it. Then it reverts...
L.E.2 The query becomes not updatable as soon as i save it and close it
I have a simple "Select * FROM" passtrough
query which doesn't see changes made to the underlying table. I've tried Opions: 2, 3, 32... to noavail. Now i see that if i make any changes to the table structure directly on the mariadb server, until i quit access, the simple query becomes dynamic and sees changes in real time, but as soon as i reopen access, the same query reverts to whatever it is and needs me to press the F5 button to see any changes. Why? Any ideas?
L.E. If i open the query in access query editor and change the Options part of the conn string, run it, press F5 then it becomes updatable again until i close it. Then it reverts...

L.E.2 The query becomes not updatable as soon as i save it and close it
Last edited: