Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.12.3

Bug #1394 PEAR DB PROBLEM
Submitted: 2004-05-12 20:32 UTC
From: jmariz at fcatec dot com Assigned: danielc
Status: Bogus Package: DB
PHP Version: 4.3.0 OS: conectiva linux 8
Roadmaps: (Not assigned)    
Subscription  


 [2004-05-12 20:32 UTC] jmariz at fcatec dot com
Description: ------------ PEAR DB not save blob register in INTERBASE 6 Reproduce code: --------------- $cSQL = "INSERT INTO NOTICIAS (TITULO, RESUMO, NOTICIA) VALUES ('$cTitulo', '$cResumo', $cNoticia)"; $sth =& $db->prepare($cSQL); $res =& $db->execute($sth); if (DB::isError($res)) { die($res->getMessage()); or db->query($cSQL); Expected result: ---------------- a new register into interbase database. Actual result: -------------- DB:ERROR mismatch

Comments

 [2004-05-13 02:57 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-06-07 01:21 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!