Re: mod_dbd and prepared statements (httpd-2.2.9)

2008-10-19 Thread Tom Donovan
Andrej van der Zee wrote: * apr_dbd_pvquery is only for string values. You must use apr_dbd_pvbquery (with a b) for binary values. see: http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___d_b_d.html I tried both versions, but without success. But that was because I did not pass

Re: mod_dbd and prepared statements (httpd-2.2.9)

2008-10-19 Thread Andrej van der Zee
Hi Tom, Thanks a lot for your help! Everything works as expected... Cheers, Andrej

Re: mod_dbd and prepared statements (httpd-2.2.9)

2008-10-18 Thread Sorin Manolache
On Sat, Oct 18, 2008 at 15:20, Andrej van der Zee [EMAIL PROTECTED] wrote: Hi, I did not find a solution, I just stopped using prepared statements altogether. But I tried to isolate the problem just now, and found somehow that I cannot use FLOAT in prepared statement somehow (when I tried INT

Re: mod_dbd and prepared statements (httpd-2.2.9)

2008-10-18 Thread Andrej van der Zee
Hi, I did not find a solution, I just stopped using prepared statements altogether. But I tried to isolate the problem just now, and found somehow that I cannot use FLOAT in prepared statement somehow (when I tried INT columns it even segfaults). Below the source code of a mini-module to