RE: [PHP-WIN] MSSQL text fields truncation

2001-04-20 Thread Kelvin Luck
Hi, Thanks for the responses, hit the nail right on the head. It works perfectly now, Cheers, Kelvin. -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 19:04 To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] MSSQL t

Re: [PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Frank M. Kromann
You can set the limits in php.ini using these settings: ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textlimit = 4096 ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textsize = 4096 - Frank > Hi, > I've got a new problem to do with how long things can be! This time it is > from

RE: [PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Flint Doungchak
ck [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] MSSQL text fields truncation Hi, I've got a new problem to do with how long things can be! This time it is from a text field so I would expect there to be no limit. But my text i

[PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Kelvin Luck
Hi, I've got a new problem to do with how long things can be! This time it is from a text field so I would expect there to be no limit. But my text is being cut off after 4096 characters. I am selecting with a mssql_query and then using mssql_fetch_array to get the results. Has anyone run into thi