Re: How to disable PrintError and RaiseError in DBD::ODBC::ping

2009-08-05 Thread Martin Evans
Tim Bunce wrote: > On Tue, Aug 04, 2009 at 04:13:19PM +0100, Martin Evans wrote: >> Tim Bunce wrote: >>> On Tue, Aug 04, 2009 at 01:19:43PM +0100, Martin Evans wrote: This is my second attempt to try and get some insight into how to do this. The DBD::ODBC::ping method calls DBI::_new_sth

Re: How to disable PrintError and RaiseError in DBD::ODBC::ping

2009-08-04 Thread Martin J. Evans
Tim Bunce wrote: On Tue, Aug 04, 2009 at 04:13:19PM +0100, Martin Evans wrote: Tim Bunce wrote: On Tue, Aug 04, 2009 at 01:19:43PM +0100, Martin Evans wrote: This is my second attempt to try and get some insight into how to do this. The DBD::ODBC::ping method calls DBI::_new_sth

Re: How to disable PrintError and RaiseError in DBD::ODBC::ping

2009-08-04 Thread Tim Bunce
On Tue, Aug 04, 2009 at 04:13:19PM +0100, Martin Evans wrote: > Tim Bunce wrote: > > On Tue, Aug 04, 2009 at 01:19:43PM +0100, Martin Evans wrote: > >> This is my second attempt to try and get some insight into how to do > >> this. The DBD::ODBC::ping method calls DBI::_new_sth to obtain a new > >>

Re: How to disable PrintError and RaiseError in DBD::ODBC::ping

2009-08-04 Thread Martin Evans
Tim Bunce wrote: > On Tue, Aug 04, 2009 at 01:19:43PM +0100, Martin Evans wrote: >> This is my second attempt to try and get some insight into how to do >> this. The DBD::ODBC::ping method calls DBI::_new_sth to obtain a new >> statement handle but DBD::ODBC prevents creating a new statement handle

Re: How to disable PrintError and RaiseError in DBD::ODBC::ping

2009-08-04 Thread Tim Bunce
On Tue, Aug 04, 2009 at 01:19:43PM +0100, Martin Evans wrote: > This is my second attempt to try and get some insight into how to do > this. The DBD::ODBC::ping method calls DBI::_new_sth to obtain a new > statement handle but DBD::ODBC prevents creating a new statement handle > when not connected