No announcements
Found 2901766 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 | 7883 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 | 2924 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 | 3425 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
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 | 4114 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 | 14593 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 XML document.
I am new to XML, but I would like to get some of the data from this XML ...Answered | 1 Replies | 1739 Views | Created by ecnepsnai - Wednesday, January 25, 2012 9:53 PM | Last reply by Kareninstructor - Thursday, January 26, 2012 1:51 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 | 5990 Views | Created by auhe - Wednesday, August 10, 2005 2:49 PM | Last reply by dtorg1955 - Wednesday, August 24, 2005 7:09 PM -
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 | 3502 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 | 1830 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 | 3247 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
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 | 2476 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
How to get Xml data from XmlTextWriter object ?
Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if theyAnswered | 15 Replies | 4137 Views | Created by Hamed_1983 - Wednesday, January 26, 2011 6:33 PM | Last reply by Neddy Ren - Monday, January 31, 2011 3:51 AM -
0 Votes
how to get data from this type of XML tag
</doc_body> <status>A</status> </doc> I dont know how to get the value of this <doc ...Answered | 2 Replies | 3109 Views | Created by Tryin2Bgood - Thursday, May 14, 2009 6:27 PM | Last reply by Stephen Cleary - Thursday, May 14, 2009 6:36 PM -
0 Votes
How to get data from a SqlDataSource in XML format
How to get data from a SqlDataSource in XML format and then write the XML data into a file?Answered | 3 Replies | 8886 Views | Created by Ranmal - Monday, October 9, 2006 8:36 AM | Last reply by David Schmidt - Friday, December 15, 2006 10:59 PM -
4 Votes
How to get columns/data from XML by SQL query
Hi Olaf, the above query is exactly what i was looking for, thanks a lot for your help. However if i use the below query to get the data from my ...Answered | 7 Replies | 585 Views | Created by SqlDev12 - Thursday, December 7, 2017 10:26 PM | Last reply by SqlDev12 - Friday, December 8, 2017 1:45 PM -
0 Votes
Get data from xml in dynamic url
Hello, I have a task to get data from xml which is located not on our server. I know only url to get into ...Answered | 4 Replies | 4971 Views | Created by vita3 - Tuesday, October 27, 2009 3:29 PM | Last reply by vita3 - Tuesday, October 27, 2009 6:35 PM -
0 Votes
Get External Data (XML)
Can anyone provide the VBA syntax for getting external XML data. I want to do the same thing as if I clicked 'external data' then 'XML file' then specified ...Answered | 4 Replies | 408 Views | Created by AllTheGoodNamesWereTaken - Monday, August 17, 2015 9:38 PM | Last reply by David_JunFeng - Wednesday, August 19, 2015 9:49 AM -
0 Votes
How To Get Rid Of Wrapper Root Node From Mapped XML Output
I received as an output always have one wrapper root node. Is there any way to get rid of this root node from XML output ...Answered | 9 Replies | 7883 Views | Created by BizTech - Friday, July 2, 2010 2:37 PM | Last reply by Greg.Forsythe - Monday, July 5, 2010 11:24 AM -
0 Votes
How to get table result from XML
Hi I am new to XML, I was playing with node, but wasn't successfull I have XML fragment DECLARE @XML xml ...Answered | 2 Replies | 890 Views | Created by volyn - Saturday, February 28, 2015 11:11 PM | Last reply by volyn - Tuesday, March 24, 2015 8:17 PM - Items 1 to 20 of 2901766 Next ›
No announcements