3,634 Topics
| |
hi frds, I want to write a table in xml file by datareader directly. but I dont know how i write directly. I don't want to use dataset b'coz my table ir very large. And dataset is slower then datareader. So provide help. thank you | |
Hello everyone, I need to create several xmlHttp objects, but I only want to have one GetXmlHttpObject() function, so that I don't have to repeat for each object. Below code is definitely wrong because... how do I return the needed object from the GetXmlHttpObject() function? Really appreciate, M [code] var … | |
in this xml mapping file : [code] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping> <class dynamic-insert="false" dynamic-update="false" mutable="true" name="travel.Person" optimistic-lock="version" polymorphism="implicit" select-before-update="false" table="PERSON"> <id column="PERSONID" name="personId"> <generator class="increment"/> </id> <property column="NAME" name="name"/> <property column="JOBTITLE" name="jobTitle"/> <property column="FREQUENTFLYER" name="frequentFlyer"/> <set cascade="all-delete-orphan" inverse="true" lazy="true" name="trips" table="TRIP"> <key … | |
I was looking for a free alternative to acronis true image, and i stumbled upon drive image xml. I have a few questions about it that the FAQ did not answer: 1. Can i backup a full volume and restore it back to the same drive after i reinstall vista? … | |
hi, i m using Data dynamics active report 3....... i m placing a designer and a viewer in a tab control....i want to fill the detailed field of the designer programmatically from the xml..and there by assigning the designer .document to the viewer.document... here is my code how im filling … | |
hello to all, Im trying to load xml file to sql server but I dont have enough knowledge how to create schema xml, as of now im using vbscript program to upload my xml, here is my vbscript codings, Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad") objBL.ConnectionString = "provider=SQLOLEDB.1;data source=codevelopment;database=Johnny;uid=restorer;pwd=" objBL.ErrorLogFile = "c:\error.log" … | |
When I go to the design window and drag some control say label in that, I can't be able to see that. When I switch to Source control, I can the tag like [code] <?xml namespace="" prefix="asp" ?> <asp:Label ID="Label1" runat="server" Text="Label">ABCD</asp:Label> [/code] Also in properties window I can't see … | |
I need to export 20 small records from one table in Oracle 9i into an xml file. Each record has 4 fields. Please advise if I can do that and what the command would be in sql plus. | |
hello all i want ask something about xml and python example i have 1 file with extention .txt and in that file i have 4 statement ndoe bali swimming male and i want convert that file to xml like this <name> ndoe </name> <home> bali </home> <hoby> swimming </hoby> <gender> … | |
Hello I have created an XML File with an root and in it 12 "rows". Now I wish to bind that Data to my combo box (design time) so when the user press on the combo box he would be able to see those 12 rows. How do I do … | |
Can you pliz help me with ideas for a final yr project bout web services cant get my head round to something that is not too broad. Thank you | |
On my blog when you click the RSS button sometimes it works fines and gives the user the opportunity to subscribe, but other times an error message is displayed, 'This XML file does not appear to have any style information associated with it. The document tree is shown below.' I … | |
I want to create a sitemap for google from a access database. How can I create the file xml? Any idea? Thank you | |
Hello , I have a requirement to convert an xml document to another xml document using xslt. I am new to xml and xslt and need your help in solving this problem. I have a xml file which looks like below <Vendor> <contact Id="1234" CmpnyNm="ABC" ContactNm="Sheryl"> <Phone Number="555-5555" Type="WorkPhone"/> </Contact> … | |
Hai Friends, I want to create webservice in apache tomcat server in xml format as <xml> <name>Name1</name> <address>Add1</address> </xml> please tell how to do this. | |
Since there was no section for postgre databases, I decided to post my question here. After having transformed my files in xml (see my previous post) I would like to load them in a postgre database. Since I used Talend Open Studio, to do the previous step, I would rather … | |
Hi, I have a problem extracting the information I want from an EMF-model. I have created a meta-Model and from the model (.cim), expressed in XML, I want to generate code in the form of .mof (Managed Object Format). I therefore use XPath to extract information from the model and … | |
[B][/B]Hi, I am using cruise control on Windows XP. We have CVS as our version control tool. I am using the following four files to achieve build of my code. 1. config.xml (This file is present in cruise control directory and it calls up the file 'tc-build.xml'.) 2. tc-build.xml (This … | |
Hi good morning! I have developed XSLT for transforming xml into xml. Ex : input xml <item> <name>sample1<name> <desc></desc> </item> output xml <item> <name>sample1<name> [B][COLOR="Red"]<desc/>[/COLOR][/B] </item> In the transformed xml file I am getting self closing tag for the empty data element. But for us our parser does not support … | |
hi ... i have a query i have created an application in c# i have put this code in button [code] string strXmlPath = ""; XmlDocument doc = new XmlDocument(); strXmlPath = ("C:/App_Data/Document.xml"); DataSet ds = new DataSet(); XmlTextWriter writer = new XmlTextWriter(strXmlPath,System.Text.Encoding.UTF8); writer.WriteStartElement("folder"); writer.WriteElementString("FolderName", "App_Data"); writer.WriteElementString("FolderPath", "C:/App_Data/Document.xml"); writer.WriteEndElement(); writer.WriteStartElement("folder2"); … | |
Hi, I am using Microsoft Infopath to try and create a front end for a access database. I have a data source which stores an id number for the customer. This id number relates to a secondary data source called tblUsers. the id field then relates to the users forename, … | |
Hello, Can any one give me a Wordml code for the layout shown in the attached word document. The text shown in Red comes from XML data source. Thank you, | |
Due to some changes in my company's structure, I need to transform our catalog of products in a xml file. I need to know how can I do this provided that nobody has a technical background in the team. | |
Can anyone point me towards resources where I can find out if there are advantages/disadv to using weblogic over Tomcat. I have webservices running on weblogic and am required to move to tomcat, so want to do research. (i.e where can i do research on benefits/drawbacks/pitfalls/to dos/not to dos/etc. for … | |
Friends, I want to read content of a file in one of the xml files, can any please tell me how do i do that Thanks | |
Hi fellas, I’ve been developing sites for quite a while and I want to improve the RSS functions according to each site. I want it to be more dynamic, does anyone share this restlessness with me? | |
Hi would like to seek some help here as I'm doing some research on SOAP and was wondering whether if SOAP adds any sort of header and trailer into the data payload? If there is what are the sizes of these payloads? Thanks man~! | |
hi All i wan t to wrap up text in xsl:of while generating pdf. can anybody help in this. | |
HI! My Problem is that an error occurs if I run this program: [CODE]Dim docsend As New MSXML2.DOMDocument30 Dim httpOB As New MSXML2.XMLHTTP30 Dim pfad As String docsend.async = False pfad = "C:\order2.xml" Call docsend.load(pfad) Call httpOB.open("POST", "http:// - Server Link -", False) Call httpOB.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") 'Try Call httpOB.send(docsend) MsgBox(httpOB.responseXML.xml) … | |
I am relatively new to XSL transforms so I apologize if my language or verbage is incorrect. I am trying to invoke a JS function of a flash player which requires a URI. In order to do this I would like to take the RSS feed, the snippet below, and … |
The End.