Issac Goldstand wrote:
> 
> I don't think this is OT.  I have had a similar error in which SELECT
> statements return fine under mod_cgi, but mysteriously get an extra null
> field underl mod_perl with Apache::DBI...  I don't know what causes it, nor
> have I looked into it, but I think it is somewhat related to or caused by
> mod_perl or some of its' modules...
> 

This sounds like it might be a bug then, and I might bring it up on 
the DBI list and see if there is a solution.  It might be that something
in the glue of Apache::DBI is causing this problem too, but would
doubt that, as I believe this glue only overrides behavior
for connect/disconnect.

Note that I have never seen this bug, working with Oracle & mysql 
under various perls & mod_perl builds, so you might look at your 
particular software versions as having the problems, or even your 
particular database driver ( DBD::* ) for the problem.  Also,
sometimes DBD::* drivers are guided by %ENV settings, like Oracle,
so make sure that your mod_perl has the same %ENV as your 
when running under mod_cgi.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to