ID: 13978
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: ODBC related
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:

The size of the field might be limited to 4096 bytes. Check that.

If that isn't the problem, please post a sample script.

Previous Comments:
------------------------------------------------------------------------

[2001-11-07 08:13:43] [EMAIL PROTECTED]

Use odbc_execute function to insert a row.

If inserting a field that value containing characters more than 4096, only 4096 is 
stored.
To get a field that value containing characters more than 4096, only 4096 characters 
are retrieved.

I set the buffer size to larger in ODBC Data Source Administrator, but it does not 
have any effect.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13978&edit=1


-- 
PHP Development 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