GCTIberica
Programmer
Hi
I hope someone can help me!
I have a client server application that uses ADOQuery to access the database.
On the server side:
I have one TCPServer component which I want to admit 10 concurrent socket access. Does anyone know how to do this?
Each socket access must asign a different query component (there will be 10 in total). When one query is being used, the server must access another query. And when a query is free, I need to be able to assign the server to this component again!
Do you understand? It is quite complex. I have code if anyone needs to see it...
thanks
I hope someone can help me!
I have a client server application that uses ADOQuery to access the database.
On the server side:
I have one TCPServer component which I want to admit 10 concurrent socket access. Does anyone know how to do this?
Each socket access must asign a different query component (there will be 10 in total). When one query is being used, the server must access another query. And when a query is free, I need to be able to assign the server to this component again!
Do you understand? It is quite complex. I have code if anyone needs to see it...
thanks