phpbar.de logo

Mailinglisten-Archive

[php] Text + PHP / MS SQL

[php] Text + PHP / MS SQL

Falk Fiedler falk_fiedler at yahoo.de
Sam Apr 8 12:50:49 CEST 2006


> " rzachris at yahoo dot com
> 19-May-2005 10:25
> If you're having problems trying to get data stored in a varchar column
with more than 255 chars use CONVERT to change the data type to TEXT like
this:

> $query=mssql_query("SELECT table.id, CONVERT(TEXT, table.comment) AS
comment FROM table");

> Don't forget to set name for the column (AS comment) or you won't be able
to retrieve the data ..."


Tja, das mit CONVERT hat keine Wirkung gezeigt. Woanders habe ich noch diese
Variante gefunden:

set textsize 65536

Aber auch das war zwecklos ....


> To fix this I changed two values in PHP.INI:

> mssql.textlimit = 16384
> mssql.textsize = 16384


Und an die php.ini komme ich nicht ran, aber diese beiden Werte habe ich per

ini_set auf die Maximalwerte gesetzt.

Falk



	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

php::bar PHP Wiki   -   Listenarchive