15.06.2012, 16:29
Quote:
Question.
Is it efficient to free all queries that don't use the SELECT clause? I've read somewhere you have to free results of all queries, and I also read in this tutorial that you're only supposed to free results that are returning data (SELECT clause). |
eg: Insert,Update and Delete dont return data.
But im not sure, I haven't found anyway to directly
see whats in the results and how they are formatted.