Posted by Chung Leong on 11/18/05 11:44
Tjoumaidis Tassos wrote:
> Mark Knochen wrote:
> > Hallo,
> >
> > i have a MS SQL Database with some tables with textfields.
> > in the textfields are long strings ... but i cant get the full string
> > from the table ... i get only ca. 8000 chars ...
> >
> > Mark
>
> Try to change the following values in the php.ini
>
> ; Valid range 0 - 2147483647. Default = 4096.
> mssql.textlimit = 4096
>
> ; Valid range 0 - 2147483647. Default = 4096.
> mssql.textsize = 4096
Setting these two using ini_set() prior to making the connection also
works.
Navigation:
[Reply to this message]
|