snpe wrote:
> Yes, it is legitime, but execute and fetch are separated command.
> There isn't good reason for doing fetch with execute - maybe user never call fetch.
Network efficiency. By batching the commands together, it avoids a round
trip to the database server.
Scott