Yeap. That's what it was. In the PHP.INI file the directive mssql.textlimit
and mssql.textsize were set to 4096 bytes. I just set them to maximum of
2147483647 and it works like a charm.

Thanks for the tip.


Niko Spyridonos
Director of E-Business Services

Chamerlik/CompuLogic
http://www.designtech1.com/

T: (847) 679-5030 ext. 201
F: (847) 933-9413
C: (847) 980-7799

-------------------------------------------------
Chamerlik/CompuLogic is standing
strong against terrorism!

 -----Original Message-----
From:   Ian [mailto:[EMAIL PROTECTED]] 
Sent:   Saturday, December 15, 2001 5:29 PM
To:     Niko Spyridonos
Subject:        Re: HELP NEEDED! SELECT of Text Fields in MS SQL Server 7.0
Limitation

set your bufffer in the php.ini
----- Original Message -----
From: "Niko Spyridonos" <[EMAIL PROTECTED]>
Newsgroups: php.db
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 15, 2001 10:47 AM
Subject: HELP NEEDED! SELECT of Text Fields in MS SQL Server 7.0 Limitation


> When trying to extract the contents of a "text" field in MS SQL Server 7.0
> with PHP 4.0, I can only get up to about 8,000 characters of text out of
> them.
>
> Has anyone achieved to pull more data using PHP and if yes how?
>
> Thanks in advance.
>
>
>
> Niko Spyridonos
> Director of E-Business Services
>
> Chamerlik/CompuLogic
> http://www.designtech1.com/
>
> T: (847) 679-5030 ext. 201
> F: (847) 933-9413
> C: (847) 980-7799
>
> -------------------------------------------------
> Chamerlik/CompuLogic is standing
> strong against terrorism!
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to