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
Kevin, If you are using 4.0.4pl1 or recent version (4.0.x) of PHP, there is a php.ini directive for MSSQL, for you to set this. ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textlimit = 4096 ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textsize = 4096 Uncomment and set the dir