What we have: MySQL, .NET Connector, C#, ADO Model with relations (many to many)
I have three tables: users, groups and usergroups Another program add new items to users and usergroups tables, but then i try to get all users from any group i get no changes. I get changes only if i restart my program. So my question is how to fix it? How to update related objects from database. Or is it possible to turn off caching?