I wan\'t to load some data from my XML file using this function: public function getElements() { $elements = array();
I have an XML variable which I need to query in SQL and return a row for each value: declare @info xml
I have a custom module and want to catch node/add , but inside form hook_nodeapi() it doesn\'t show up.
What mechanisms exists in Jenkins/Hudson to automatically detect tools that are installed on the Nodes?
My XML looks like this: <ConnProf ConnProfID=\"1111\"> <ConnNum>1</ConnNum> <IsMSPA>false</IsMSPA>
as a sample, my table (table name: hier) looks like this: parentID childID -------- ------- 01 12 13 25 28 34
I have a ASP.net page that contains a TreeView that is updated dynamically. I have encountered a problem using the TreeNodeCollection that I can not figure out the reasons behind.
I have a simple XML document I\'m trying to read in with Python DOM (see below): XML File: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I have a Java EE application which is clustered on two WebSphere V7 nodes. If a client changes data which is persisted to a database on node 1, I want to make sure that the data is updated immediately
Example: SELECT `cat`.`id_catalog`, COUNT(parent.id_catalog) - 1) AS `level` FROM `tbl_catalog` AS `cat`, `tbl_catalog` AS `parent` WHERE (cat.`left` BETWEEN parent.`left` AND parent.`right`) GROUP B