in reply to Re: Coding superstitions
in thread Coding superstitions

Me too. I do prepare, bind, execute, fetch when I could do all this in one call.

Mostly habit, though my rationale is that if something goes wrong, I'll at least know which stage it failed at. (OTOH, the error almost always occurs in the execute stage anyway, so I'm not sure why I bother).

andy.