February 2007
M T W T F S S
    Mar »
 1234
567891011
12131415161718
19202122232425
262728  

Unexpected for following namespace declaration

11:08 on Wed 2007-02-28 by Leons Petrazickis DB2

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

17:15 on Mon 2007-02-12 by Leons Petrazickis DB2

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

11:50 on Mon 2007-02-05 by Leons Petrazickis PHP

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