Unexpected for following namespace declaration
I ran into a problem running a simple test xquery. I hadn’t directly dealt with XML namespaces in xquery prior to this, but the documentation was clear enough: XQUERY declare default element namespace “http://posample.org” for $x in db2-fn:xmlcolumn(“PURCHASEORDER.PORDER”) return $x Oops, EOF error. It needs a terminator. XQUERY declare default element namespace “http://posample.org” for $x [...]
Mapping DB2 databases after a reinstall
Due to the vagaries of software, I had to reinstall DB2 on my laptop. Unfortunately, the existing databases were not automatically added to the Control Center. Physically, DB2 stores its databases in a directory similar to C:\DB2\NODE0000. Logically, there must a way to remap them. So, how does one remap them? To list databases stored [...]
Installing Pear and PECL on Zend Core for IBM
Links Atomized | PHP Performance Best Practices – Informative. Installing PEAR and PECL on Zend Core for IBM Save http://go-pear.org/ to go-pear.php (in, say, C:\Program Files\Zend\Core for IBM\pear) Open Command Prompt % cd “C:\Program Files\Zend\Core for IBM\pear” % ../bin/php go-pear.php Follow the steps and let it modify your php.ini Restart your Apache Installing the profiling [...]