php-db | 2001011
Date: 01/12/01
- Next message: Leonard T. Harris: "[PHP-DB] Re: [PHP] Re: [PHP-DB] Easy MySQL question"
- Previous message: Jonathan Kazmierczak: "[PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- In reply to: Jonathan Kazmierczak: "[PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Next in thread: Jonathan Kazmierczak: "Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Reply: Jonathan Kazmierczak: "Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I have one row, in which long text field takes about 5100 bytes. PHP
> can't print page with this text, but don't give me any error messages
> (other texts, < 4096, are printed correctly). Printing this row work
> correctly in ASP.
> I change config value uodbc.defaultrl from 4096 to 8192, but it don't
> give any effect.
>
Please make shure that PHP really "sees" your change.
You can verify the value that PHP uses by writing a file with just a call to
phpinfo(), this prints out a page with the current configuration.
-Andreas
-- Andreas Karajannis mediaworx berlin AGFon (0 30) 2 75 80 - 266 Fax (0 30) 2 75 80 - 200
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Leonard T. Harris: "[PHP-DB] Re: [PHP] Re: [PHP-DB] Easy MySQL question"
- Previous message: Jonathan Kazmierczak: "[PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- In reply to: Jonathan Kazmierczak: "[PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Next in thread: Jonathan Kazmierczak: "Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Reply: Jonathan Kazmierczak: "Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

