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]

Reply via email to