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

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] danielc
Which release of DB are you using? I suspect you're using an outdated version. Please upgrade and try again.
 [2004-06-07 01:21 UTC] danielc
Probably old version of DB.