php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13978 Max buffer size
Submitted: 2001-11-07 08:13 UTC Modified: 2001-12-01 15:37 UTC
From: tcmleung at yahoo dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tcmleung at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-11-07 08:13 UTC] tcmleung at yahoo dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-10 12:18 UTC] sander@php.net
The size of the field might be limited to 4096 bytes. Check that.

If that isn't the problem, please post a sample script.
 [2001-12-01 15:37 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 03:01:26 2024 UTC