amorosik
Member
- Local time
- Today, 05:08
- Joined
- Apr 18, 2020
- Messages
- 508
Reading the discussion on the possibility of using a Windows 10/11 as a machine to keep the data of an Access program
I wondered how to count the open connections between an Access procedure running on PC1 and the db server running on pcX
Suppose that pcX runs Window10/11 pro as the operating system, and suppose that the program running on pc1 has several forms open at the same time, each of which is connected to data on db server (Sql Server, Postgresql, Db2, ecc..) through an Odbc dsn
How to 'count' the number of open connections?
I wondered how to count the open connections between an Access procedure running on PC1 and the db server running on pcX
Suppose that pcX runs Window10/11 pro as the operating system, and suppose that the program running on pc1 has several forms open at the same time, each of which is connected to data on db server (Sql Server, Postgresql, Db2, ecc..) through an Odbc dsn
How to 'count' the number of open connections?