Quote:
Originally Posted by MarcoH64
With this loop you ARE sending multiple queries.
Better to do like Dean asked and give an examplke of what you try to do.
|
there's no way around sending multiple queries, if i understand correctly what wetwired wants to do.
Quote:
Hmm. Is it more efficient (or even supported) to send multiple queries at the same time, separated by semicolons?
|
If you can send multiple queries in one go (never tried it), it would be more efficient than what i wrote, since you wouldn't lose time looping through that for statement.