Hi, I'm writing an app that retrieves data from mysql in a resultset (using mysql++).
I'm using the tcpthread.cpp commoncpp example and I want to share the resultset among each thread that starts when a connection to the server is made.
help me please...
Carlo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm writing an app that retrieves data from mysql in a resultset (using mysql++).
I'm using the tcpthread.cpp commoncpp example and I want to share the resultset among each thread that starts when a connection to the server is made.
help me please...
Carlo