redtiger23
Programmer
Is ODBC connection pooling server-side or client-side?
More specifically, if two client-side applications that are on separate machines access a MySQL database through ODBC, then will both applications have access to the same connection pool on the server?
More specifically, if two client-side applications that are on separate machines access a MySQL database through ODBC, then will both applications have access to the same connection pool on the server?