Skip to Content.
Sympa Menu

freetds - Re: Timestamp fields.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Timestamp fields.
  • Date: Tue, 27 Feb 2001 20:11:09 -0500 (EST)



It was a segfault which is the usual cause of page contained no data...
Unfortunately PHP tends to crash no where near the site of the error, at
least according to the stack trace.

Brian

On Wed, 28 Feb 2001, James Cameron wrote:

> 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.
>
>





Archive powered by MHonArc 2.6.24.

Top of Page