Skip to Content.
Sympa Menu

freetds - Re: TDS 7.0 with PHP

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Steven Campbell <sammynrg AT home.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: TDS 7.0 with PHP
  • Date: Tue, 29 Aug 2000 13:32:43 -0400


Thanks for your reply, Michael.

I have tried using TDS 4.2 or 5.0 against our SQL Server, but char or
varchar columns > 255 bytes get truncated to 255 bytes, no matter what I
do. I scanned MS's Technotes, and found articles saying that if you
connect to a SQL Server 7.0 using TDS 4.2 or 5.0, the data gets modified
on the fly to be compatible with the TDS protocol in use. Specifically
columns longer than 255 bytes get truncated, and cursors and
transactions get handled differently.

What are you doing to get more than 255 bytes per row? I'd prefer to use
TDS 4.2 if I could...

Steven Campbell

Michael Kimsal wrote:
>
> We've got php 4 and tds4.2 working against sql7 and are
> dealing with columns over 255 bytes.
>
> I notice a sever slowdown when the info is over 500 bytes, but it
> still works even then.




Archive powered by MHonArc 2.6.24.

Top of Page