Skip to Content.
Sympa Menu

freetds - Re: Timestamp fields.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <cameron AT stl.dec.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Timestamp fields.
  • Date: Wed, 28 Feb 2001 10:45:24 +1100


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)




Archive powered by MHonArc 2.6.24.

Top of Page