why is ora_check_sql only a prepare attribute?

2007-08-06 Thread Martin Evans
I'm always looking to speed up my perl/DBI operations and noticed in DBD::Oracle ora_check_sql which is described under prepare attributes as: If 1 (default), force SELECT statements to be described in prepare(). If 0, allow SELECT statements to defer describe until execute(). Why is this

Re: why is ora_check_sql only a prepare attribute?

2007-08-06 Thread Tim Bunce
On Mon, Aug 06, 2007 at 10:01:28AM +0100, Martin Evans wrote: I'm always looking to speed up my perl/DBI operations and noticed in DBD::Oracle ora_check_sql which is described under prepare attributes as: If 1 (default), force SELECT statements to be described in prepare(). If 0, allow