GCTIberica
Programmer
I hope someone can help!
I have a client server application using Indy components.
The server accesses a database using ADO components.
I have one ADOQuery to access the database. However, as this is a server, I need more than one Query! Therefore, I want to use 10 different query components to access the database, and want to enable the query components to each have 10 concurrent access to the socket!
Therefore, in each socket access, I must assign a different query component and work out when this is free so it can be assigned to another socket access.
Does anyone understand what the hell I am talking about, because sometimes I dont! :-|
I hope someone can help because I have very little time to do this and I am quite confused, as this is my first client server application.
I have code if anyone needs to see it.
Thanks in advance
I have a client server application using Indy components.
The server accesses a database using ADO components.
I have one ADOQuery to access the database. However, as this is a server, I need more than one Query! Therefore, I want to use 10 different query components to access the database, and want to enable the query components to each have 10 concurrent access to the socket!
Therefore, in each socket access, I must assign a different query component and work out when this is free so it can be assigned to another socket access.
Does anyone understand what the hell I am talking about, because sometimes I dont! :-|
I hope someone can help because I have very little time to do this and I am quite confused, as this is my first client server application.
I have code if anyone needs to see it.
Thanks in advance