Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
QuestionSelect TOP n in DataSet Pin
Vasudevan Deepak Kumar1-Feb-07 2:23
Vasudevan Deepak Kumar1-Feb-07 2:23 
AnswerRe: Select TOP n in DataSet Pin
deGupta1-Feb-07 3:00
deGupta1-Feb-07 3:00 
GeneralRe: Select TOP n in DataSet Pin
Vasudevan Deepak Kumar1-Feb-07 4:15
Vasudevan Deepak Kumar1-Feb-07 4:15 
QuestionPassing more parameters to stored procedure Pin
Siva Myneni1-Feb-07 2:22
Siva Myneni1-Feb-07 2:22 
AnswerRe: Passing more parameters to stored procedure Pin
andyharman1-Feb-07 4:39
professionalandyharman1-Feb-07 4:39 
GeneralRe: Passing more parameters to stored procedure Pin
Siva Myneni1-Feb-07 18:13
Siva Myneni1-Feb-07 18:13 
AnswerRe: Passing more parameters to stored procedure Pin
Elina Blank2-Feb-07 3:10
sitebuilderElina Blank2-Feb-07 3:10 
Questionusing XML as DataSource for RDL reports Pin
deGupta1-Feb-07 0:46
deGupta1-Feb-07 0:46 
hi,
i need some help regarding data access from XML sent by web services.
I have a web service that sends out XML as its result, as below:

<?xml version="1.0" encoding="utf-16"?>
<Response webMethodId="GetUserListing">
<SecurityContext sessionId="154oe1upayjpnx55pg1f3r45" />
<Document>
<ArrayOfUsers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<User>
<UserId>32</UserId>
<Name>foxtrot</Name>
<Address>Suite 712</Address>
<Zip>12345</Zip>
< PhoneNumbers>
<string 111-111-1111/>
</PhoneNumbers>
<Emails>
<string>foo@foo.bar</string>
</Emails>
</User>
</ArrayOfUsers>
<TotalRecords>25</TotalRecords>
</Document>
</Response>


In the RDL file, the Query i specify is:
<Query>
<Method Namespace ="http://tempuri.org/" Name = "ProcessRequest" ></Method>
<SoapAction>http://tempuri.org/ProcessRequest</SoapAction>
</Query>

and the result i get is in a single line that says ProcessRequestResult, with the XML specified above in a single line. however, i need the result in a tabular form, which would give me records of different users, one below the other.
if i specify the <ElementPath> element for the query, i do not get any response at all.

The <ElementPath> element i specify is:

<ElementPath>Response{}/SecurityContext{}/Document{}/ArrayOfUser{}/User</ElementPath>

i need urgent help for this and any help would be appreciated.
Thanks in advance

Deepali
QuestionSQL Case Statement Pin
si_691-Feb-07 0:38
si_691-Feb-07 0:38 
AnswerRe: SQL Case Statement Pin
Sylvester george1-Feb-07 0:53
Sylvester george1-Feb-07 0:53 
AnswerRe: SQL Case Statement Pin
deGupta1-Feb-07 3:02
deGupta1-Feb-07 3:02 
AnswerRe: SQL Case Statement Pin
Mike Dimmick2-Feb-07 6:16
Mike Dimmick2-Feb-07 6:16 
QuestionUser define Data type Pin
Software_Guy_1231-Feb-07 0:06
Software_Guy_1231-Feb-07 0:06 
AnswerRe: User define Data type Pin
Pete O'Hanlon1-Feb-07 0:27
mvePete O'Hanlon1-Feb-07 0:27 
GeneralRe: User define Data type Pin
Software_Guy_1231-Feb-07 6:40
Software_Guy_1231-Feb-07 6:40 
QuestionSQL Helper File Pin
gauthee31-Jan-07 23:44
gauthee31-Jan-07 23:44 
AnswerRe: SQL Helper File Pin
Sylvester george1-Feb-07 0:36
Sylvester george1-Feb-07 0:36 
QuestionWhich index is good Pin
anujose31-Jan-07 23:02
anujose31-Jan-07 23:02 
AnswerRe: Which index is good Pin
Pete O'Hanlon31-Jan-07 23:20
mvePete O'Hanlon31-Jan-07 23:20 
GeneralRe: Which index is good Pin
andyharman1-Feb-07 0:04
professionalandyharman1-Feb-07 0:04 
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 0:08
mvePete O'Hanlon1-Feb-07 0:08 
AnswerRe: Which index is good Pin
andyharman1-Feb-07 4:58
professionalandyharman1-Feb-07 4:58 
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 8:48
mvePete O'Hanlon1-Feb-07 8:48 
AnswerRe: Which index is good Pin
Colin Angus Mackay1-Feb-07 6:23
Colin Angus Mackay1-Feb-07 6:23 
QuestionIn Oracle, how can I get the views defined using a particular table Pin
nsurendran31-Jan-07 23:00
nsurendran31-Jan-07 23:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.