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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC