Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-08 Thread Nick Kew
On Tue, 8 May 2007 08:11:13 -0500 "Frank Jones" <[EMAIL PROTECTED]> wrote: > I'm using mod_dbd to access mysql. Since one of the queries I use is > executed on every request, I prepare it by using DBDPrepareSQL. > > However, I don't know what to do if apr_dbd_pvselect using the > prepared stateme

[EMAIL PROTECTED] mod_dbd and mysql

2007-05-08 Thread Frank Jones
I'm using mod_dbd to access mysql. Since one of the queries I use is executed on every request, I prepare it by using DBDPrepareSQL. However, I don't know what to do if apr_dbd_pvselect using the prepared statement returns 2013 (Lost connection). This happens when a long interval passes between q

[EMAIL PROTECTED] mod_dbd and mysql

2007-04-19 Thread Frank Jones
I'm using mod_dbd to access mysql. Since one of the queries I use is executed on every request, I prepare it by using DBDPrepareSQL. However, I don't know what to do if apr_dbd_pvselect using the prepared statement returns 2013 (Lost connection). This happens when a long interval passes between q