php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7837 won't insert blobs in interbase table
Submitted: 2000-11-16 04:28 UTC Modified: 2000-11-30 05:26 UTC
From: voorn at vko dot nl Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.3pl1 OS: win nt 4
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: voorn at vko dot nl
New email:
PHP Version: OS:

 

 [2000-11-16 04:28 UTC] voorn at vko dot nl
$blob_id = ibase_blob_create();
ibase_blob_add($blob_id, "test"); 
$blob_id_str = ibase_blob_close($blob_id);
$st = "INSERT INTO bltable (NUMMER,OPMERKING) VALUES (1,?)";
$result = ibase_query($st,$blob_id_str);

This gives an access violation.
the table bltable contains two fields
NUMMER, integer
OPMERKING, blob


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 05:26 UTC] jah@php.net
This looks very much like a bug with parameter placeholders,
which has been fixed in CVS. Try the latest build from
http://www.php4win.de.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 09:01:26 2025 UTC