Hi

I would like to know if there is a limit number of queries that can be made to a server os MYSQL in one connection.
I have a .net sw that I am developing and it produces 50 queries at the time for each object that I create.
The problem is that I will need 50 objects what will invilve 2500 queire in one go.
Will I have problems with it?

Regards