[PHP] mssql_fetch_row - result array returns only 255 chars in one value

2001-07-20 Thread ckieninger

hey,

i've the following problem.

I start a query and get a result

If I list this result

list($value) = mssql_fetch_row($result);

the value in the databasetable is a string value with over 255 characters
but the value in the listed $value has only 255 characters.

How to get the value from databasetable with all 280 characters??

Christian

mailto:[EMAIL PROTECTED]
http://www.packdata.net


-- 
PHP General 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]




RE: [PHP] mssql_fetch_row - result array returns only 255 chars in one value

2001-07-20 Thread ckieninger

i 've used the following default definition.
the some behavior. 

my result value is cut at position 255. 

Christian


; Valid range 0 - 2147483647.  Default = 4096.
mssql.textlimit = 4096

; Valid range 0 - 2147483647.  Default = 4096.
mssql.textsize = 4096

-Original Message-
From: Brad S. Jackson [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 20. Juli 2001 21:22
To: ckieninger
Subject: Re: [PHP] mssql_fetch_row - result array returns only 255 chars
in one value




 Check the settings in the [MSSQL] section of your php.ini file.


ckieninger [EMAIL PROTECTED] wrote:
hey,

i've the following problem.

I start a query and get a result

If I list this result

list($value) = mssql_fetch_row($result);

the value in the databasetable is a string value with over 255 characters
but the value in the listed $value has only 255 characters.

How to get the value from databasetable with all 280 characters??

Christian

mailto:[EMAIL PROTECTED]
http://www.packdata.net




-- 
PHP General 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]