Hi everyone,
I don't know if this is going to be a duplicate thread but i couldn't find one exactly like this. Let me explain the problem first --
we have a table say -- XML_TEMPLATE_DATA with data like
----- TABLE : XML_TEMPLATE_DATA -----
TAG_NAME TAG_ID NAMESPACE PARENT_TAG_ID
----------------- ----------- ------------------- -------------------------
ROOTTAG 1 m0 NULL
TAG1 2 m1 1
TAG2 3 m1 1
TAG11 4 m11 2
TAG12 5 m12 2
TAG21 6 m21 3
TAG22 7 m12 3
there is another table XML_TAG_VALUES
---------- TABLE : XML_TAG_VALUES ---------------
TAG_ID VALUE
------------ ----------
TAG11 VAL11
TAG12 VAL12
TAG21 VAL21
TAG22 VAL22
This is a common template for a XML. Now i we can generate a XML form this using pl/sql but can we generate a xml from these two tables
by a single sql statement.I tried a lot but couldn't come up with one!!
Thanks,
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a sessionCode: <?phpinclude_once 'Connect.php';if (!is_authed()) { die ('You are not
MII Trends - add data onto chart object
Hello,
New Login Script
Hi all, i attempted to create a whole new login script witch isnt working for some reason i dont know why. When i put the users details and then press submit, it just refreshes the page, even when i
xApp Analytics in BI 7.0
Dear all,
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %s\r\n", $name);what does %s means ?
Can't find the problem (no error message)!
OK, here's the deal. This code is really weirdly formatted (sorry!) and hard to understand, so I'm going to try and make it as easy as possible. Here's a breakdown of what the user should do:1. The
Anti Spam Code
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I have been working on this problem for 3 days and have had no luck!Here we go:I have a rate and
Insert numbers from Barcode scanner into online php page
I have a real big problem, Here is what I'm trying to do. I have a Intermec CN3 handheld computer that has a builtin scanner. We have built a website that manage our inventory. How? We have a simple
Material Issuing for receiving batch
Dear All experts in MM/ PP,
Multithreading in Oracle (Java, SQLJ, Pro*C,??) on 10g
I am investigating how to run a Java stored procedure in multithread mode.I know that if I change the program to be multithreaded, the Database runs it fine, but it will not show any concurrency