It often happens that when trying to load the data from the database i`m getting an exception 'To many connection'.
I do not know the internal features of the database work, so i do not understand what is considered to be a connection, when a disconnection is happening etc.
For example: If I work with 3 TableAdapter. One for the periodic updating of data about users. The second constant (2-3 times per second) checks for new entries in the table "Chat", and the third as often checks a table online users.
So, sometimes a conditions occur, when there are not much copies of the program running, but the bug 'To many connection' is still there. I would like to understand - it is the result of my careless programming or is it all the same problem on the server side?