i have written a sql loader script given below....
load data
infile 'contact1.xml' "str '</CONTACT>'"
truncate
into table XmlTest
(
dummy filler terminated by ">",
Location_id enclosed by "<Location_ id>" and "</Location_id>",
fname enclosed by "<fname>" and "</fname>",...
User Profile
Collapse
-
Load Xml in oracle (SQL LOADER)
-
Java Fax Help.
hi all,
i have a requirement to send FAX through java code. how can i do a fax in java..kindly help!!!. what API is there for FAX....(free API). -
xml parsing
i have an xml like this ...
<ROOT>
<a/>
<a/>
<a/>
</ROOT>
i want to add tags to the <a/> like this..
<ROOT>
<bay>
<a/>
</bay>
<bay>
<a/>
</bay>
<bay>
<a/>
</bay>
</ROOT>
how to do tis in java..... -
the file could be 100 MB in size and the nuber of recorrd could be 10K. so for each record i need to append batch tags as mentioned in the sample xml above. i tried with VTD-Xml but it is not working for java 1.4.... kindly help out -
ADD tags to existing xml through java
i have a xml tag like this
<ROOT>
<CustomerOrde r>
<ShipDate Value="5/15/2006"/>
<LineItems>
<LineItem>
<BookID Value="1"/>
<Price Value="3"/>
<Quantity Value="10"/>
</LineItem>
</LineItems>
</CustomerOrder>
</ROOT>
i want to add a... -
FTP through JAVA
how can we do a FTP in java. the condition is ftp java code should run as and when files come in remote ftp . like listeners?? how to approach for such a senario? -
i want to replace the dis[lay filed with the drop down when the checkbox is selected for a particular row....Leave a comment:
-
the code is from a tool which uses a customized form of jsp custom tags... i just want a hint as to how to write the javascript for this scenario...Leave a comment:
-
the code is give below...
[HTML]<ui:checkbox name="check" id="check" onClick="javasc ript: clicker()"/>
<ui:display-field displayText="Fo rwarder" name="Forwarder " sortable="flase " />
<ui:dropdown name="Forwarder " id="Forwarder" displayText="Si ngle selection" selectOne="true ">
<ui:data select="$root/AA/*"...Leave a comment:
-
on checking a checkbox a display field should change to drop down option
when the user checks a check box that row a columns display field should change to dropp down. plz help!!!!!!Leave a comment:
-
change display field to drop down on checking a checkbox
i want to change the display field to a drop down when a check box is clicked.
No activity results to display
Show More
Leave a comment: