No announcements
Found 2908009 threads
-
0 Votes
How to get data from xml mapped parts?
Hi there Imagine that you've got a spreadsheet which has got xml mapping, is there any simple way to programaticaly retrieve data ...Answered | 3 Replies | 7869 Views | Created by Bartłomiej Czudek - Thursday, July 8, 2010 7:02 AM | Last reply by Ankush_Bhatia - Tuesday, July 13, 2010 5:52 PM -
0 Votes
How to get data correctly from xml
Try this: DECLARE @BatchData XML SET @BatchData = '<Batch> <Customers> <Customer> <CustomerId>1Answered | 1 Replies | 2911 Views | Created by dev4net - Tuesday, May 14, 2013 5:43 AM | Last reply by wBob - Tuesday, May 14, 2013 9:08 AM -
0 Votes
How to get XML from Data service?
Hi All, is it possible to get plain XML (not ATOM) from a data service? let say i want my data base table data ...Answered | 5 Replies | 3420 Views | Created by Akhilesh Bhale - Monday, December 14, 2009 6:55 AM | Last reply by Arash Khoddamy - Monday, December 14, 2009 10:19 PM -
0 Votes
Memory Mapped Xml File?
I want a XDocument/XElement-graph that is directly mapped to a XML-file on disk. Whenever I change a property of the in-memory-representation I want this to be ... -
0 Votes
Get data from XML Auto
Hi, Is there a trick to get data (in string) form OleDBDataReader, where the query using FOR XML AUTO. I know ...Answered | 1 Replies | 4112 Views | Created by Tutnik - Saturday, May 20, 2006 10:43 AM | Last reply by Tutnik - Tuesday, May 23, 2006 5:00 AM -
0 Votes
Get data from XML file.
Hi pginvest, Maybe I could help, but I definitely need more info about your question, do you mean you dont get data in the viewstate?, do you want ...Answered | 8 Replies | 14585 Views | Created by Alcstudio - Monday, September 20, 2010 10:06 AM | Last reply by Alcstudio - Sunday, September 26, 2010 9:55 PM -
0 Votes
How to get Plain XMl from ADO.Net data services?
Hi All, is it possible to get plain XML (not ATOM) from a data service? let say i want my data base table data ...Answered | 1 Replies | 3822 Views | Created by Akhilesh Bhale - Monday, December 14, 2009 6:58 AM | Last reply by Vitek Karas - MSFT - Monday, December 14, 2009 10:19 AM -
0 Votes
Get data from tables to xml format
I just got xsd file for this process. How can I use it to create the xml that I need from the data in 2 tables? Thank ...Unanswered | 3 Replies | 9453 Views | Created by vita3 - Friday, May 14, 2010 4:37 PM | Last reply by vita3 - Friday, May 14, 2010 8:46 PM -
0 Votes
Get data from XML document.
I am new to XML, but I would like to get some of the data from this XML ...Answered | 1 Replies | 1730 Views | Created by ecnepsnai - Wednesday, January 25, 2012 9:53 PM | Last reply by Kareninstructor - Thursday, January 26, 2012 1:51 AM -
1 Votes
Get data from xml type
i want to get data from that field in this table: salem mahalenashr ...Unanswered | 2 Replies | 1260 Views | Created by Mjuventus - Saturday, September 15, 2018 9:37 AM | Last reply by Mitarai Queen - Monday, September 17, 2018 7:39 AM -
0 Votes
How to get data from xml files in VS 2005?
I have several xml files with data and tables in them. Is it possilbe to set data source of the report from xml files? How ...Answered | 2 Replies | 5982 Views | Created by auhe - Wednesday, August 10, 2005 2:49 PM | Last reply by dtorg1955 - Wednesday, August 24, 2005 7:09 PM -
0 Votes
Custom XML Parts in Excel
can access the data from Custom XML Parts through tab Developer-XML Mapping Pane and insert a content control to the ... -
0 Votes
How to get data from NHibernate XML mapping file
Those articles teach you about NHibernate but none of them tell you how to actually parse or get data from the mapping file.Answered | 4 Replies | 3485 Views | Created by sdprest - Wednesday, March 14, 2012 5:46 AM | Last reply by sdprest - Wednesday, April 4, 2012 11:42 PM -
0 Votes
get xml data from silverlight
thanks for help...because recently i cannot get the proper answer from xml...so repeat and repeat againAnswered | 4 Replies | 1820 Views | Created by Eleven Tan - Sunday, May 15, 2011 9:53 PM | Last reply by bricemason - Monday, May 16, 2011 9:29 AM -
0 Votes
Exporting XML Mapped Content from Word 2007
Hi FredX500, As far as I know, we can get the xml information from the ActiveDocument.CustomXMLParts(4).XML , it can retrieve the ...Answered | 3 Replies | 3236 Views | Created by FredX500 - Wednesday, March 21, 2012 5:41 PM | Last reply by Bruce Song - Monday, March 26, 2012 12:36 PM -
0 Votes
How to get properly typed data from xml in Powershell
Hi Roel, this is working as designed. Xml is understood as a pure string document in PowerShell, because that is how the XML Document type in C# handles ...Unanswered | 1 Replies | 355 Views | Created by Jubbetje - Wednesday, September 6, 2017 9:38 AM | Last reply by FWN - Wednesday, September 6, 2017 11:28 AM -
0 Votes
get data from xml file
I have copy a xml file to the "clientbin" folder when i need to call the xml file in the silverlight. Dim ...Answered | 6 Replies | 2470 Views | Created by Eleven Tan - Friday, May 13, 2011 7:05 AM | Last reply by Eleven Tan - Friday, May 13, 2011 9:45 PM -
0 Votes
C# To Get Data From XML Elements
Have you consider using a schema, or XSLT to better manage your XML tree? That help organize the elements you want to call, etc. I have not considered this, I have ...Unanswered | 10 Replies | 877 Views | Created by SandwichesForLunch2017 - Wednesday, January 11, 2017 4:18 PM | Last reply by Wyck - Thursday, January 12, 2017 3:37 PM -
2 Votes
How to get data from XML Web Service
I want to use web service for my application. There are one textbox and two dropdownlist. And I want to fill the dropdownlist from this webservice. But I still dont ...Unanswered | 3 Replies | 7879 Views | Created by Liagustika - Thursday, November 4, 2010 2:26 AM | Last reply by Liagustika - Friday, November 12, 2010 3:28 AM -
1 Votes
How to Get XML Node from XDocument ?
Hi, How to Get an XML Element from XDocument using LINQ ? Suppose I have an XDocument Named XMLDoc which is shown ...Unanswered | 1 Replies | 14180 Views | Created by Luttapi - Wednesday, April 15, 2009 3:38 PM | Last reply by chinthapalli - Friday, April 17, 2009 5:40 AM - Items 1 to 20 of 2908009 Next ›
No announcements