<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=MDB2_TableBrowser</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/16789" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/16789">
      <title>MDB2_TableBrowser: Feature/Change Request 16789 [Verified] how to catch exception while using tableBrowser</title>
      <link>http://pear.php.net/bugs/16789</link>
      <content:encoded><![CDATA[<pre>MDB2_TableBrowser Feature/Change Request
Reported by heivin
2009-11-15T11:14:20+00:00
PHP: 5.2.4 OS: XP Package Version: 0.1.1

Description:
------------
As I try to catch the exception throw by tableBrowser while insert a row which call &quot;MDB2 Error: null value violates not-null constraint &quot;
		try {
			$browser-&gt;insertRow($arr);
		}catch (MDB2_TableBrowser_DBException $e) {
			do sth.
		}

but it seems like  haven't throw a exception but ouput error message from
$this-&gt;mdb2-&gt;extended-&gt;executeMultiple

Can anyone tell me how to catch exception here?


Expected result:
----------------
Can anyone tell me how to catch exception here?</pre>]]></content:encoded>
      <description><![CDATA[<pre>MDB2_TableBrowser Feature/Change Request
Reported by heivin
2009-11-15T11:14:20+00:00
PHP: 5.2.4 OS: XP Package Version: 0.1.1

Description:
------------
As I try to catch the exception throw by tableBrowser while insert a row which call &quot;MDB2 Error: null value violates not-null constraint &quot;
		try {
			$browser-&gt;insertRow($arr);
		}catch (MDB2_TableBrowser_DBException $e) {
			do sth.
		}

but it seems like  haven't throw a exception but ouput error message from
$this-&gt;mdb2-&gt;extended-&gt;executeMultiple

Can anyone tell me how to catch exception here?


Expected result:
----------------
Can anyone tell me how to catch exception here?</pre>]]></description>
      <dc:date>2009-11-19T07:05:51+00:00</dc:date>
      <dc:creator>wadehai &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>MDB2_TableBrowser Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
