Timestamp fields.

James Cameron cameron at stl.dec.com
Tue Feb 27 18:45:24 EST 2001


Tim Uckun wrote:
> the following query fails with "document contained no data" error
> select  upsize_ts from tblclients where id=6657

So did this end up being a segmentation fault or a null return from the
query?

It would be useful when you get the classic "document contained no data"
error to further explore the cause.  Check the web server error log for
an error message.  PHP as a module within Apache seems to end up
complaining there.  If you have PHP compiled as a CGI, run it manually
from the command line giving it the same arguments needed to make it
crash.

I'm very keen on having a PHP binary around that I can execute from the
command line.  It gives me the ability to integrate it into other stuff
without having to rely on the web server.

-- 
James Cameron                                      (cameron at stl.dec.com)



More information about the FreeTDS mailing list