Skip to Content.
Sympa Menu

freetds - Re: connecting to ms sql 6.5 from rh 5.2 with php

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: connecting to ms sql 6.5 from rh 5.2 with php
  • Date: Sat, 29 May 1999 08:52:29 -0400 (EDT)


Hmmm...Are they char/varchar fields or actually 'text' datatypes? Text
datatypes have a whole set of dedicated functions to access. If they are
char or varchar please send me the table layout and I'll see what I can
do.

Brian

On Sat, 29 May 1999, Christophe VG wrote:

> Brian Bruns wrote:
> >
> > By chance does the table you are selecting from have a smalldatetime
> > column??? I found this problem yesterday, but have not checked in in
> > yet. The problem is it thinks datetime4 is 8 bytes long and over reads
> > the input stream and ends up with a blocking read call.
>
> Nope, the things it "should" return are : one autonumer field (long
> integer) and three textfields. The table was created using access
> through odbc.
>
> (I got a bit suspicious and made a new table, with just two text fields
> and one integer field, but that still didn't return anything ...)
>
> Christophe VG
>





Archive powered by MHonArc 2.6.24.

Top of Page