Click here to Skip to main content
16,005,065 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with configuration file Pin
Colin Angus Mackay20-Jan-08 22:55
Colin Angus Mackay20-Jan-08 22:55 
GeneralDate Time Format Pin
D i x y20-Jan-08 19:57
D i x y20-Jan-08 19:57 
GeneralRe: Date Time Format Pin
Naveed72720-Jan-08 20:07
Naveed72720-Jan-08 20:07 
GeneralRe: Date Time Format Pin
Vikram A Punathambekar21-Jan-08 1:35
Vikram A Punathambekar21-Jan-08 1:35 
GeneralRe: Date Time Format Pin
PIEBALDconsult21-Jan-08 3:25
mvePIEBALDconsult21-Jan-08 3:25 
QuestionHow can i imbed an image to any dll in application running Pin
Naveed72720-Jan-08 19:55
Naveed72720-Jan-08 19:55 
AnswerRe: How can i imbed an image to any dll in application running Pin
Giorgi Dalakishvili21-Jan-08 2:20
mentorGiorgi Dalakishvili21-Jan-08 2:20 
GeneralData Table Relation in Dataset Pin
Rijz20-Jan-08 19:43
Rijz20-Jan-08 19:43 
I have a dataset with multiple tables in it. This dataset is created by reading an XML which has nested tables which is shown below.

<allocate>
<cabin cabintypeId="3" cabinType="deluxe" shareFlag="true" OccupancyType="TripleShare"
sameGender="true" cabinId="001" Adult="2" Child="0" Infant="0" availablebeds="1">
<occupant firstname="Micheal" lastname="Lauzon" age="adult" gender="male" nationality="UnitedStates"
usePackage="yes" roomrate="100" presold="true" />
<occupant firstname="John" lastname="Martin" age="adult" gender="male" nationality="Australia"
usePackage="yes" roomrate="100" presold="false" />
</cabin>
<cabin cabintypeId="1" cabinType="Standard" shareFlag="true" OccupancyType="single" sameGender="true"
cabinId="005" Adult="1" Child="0" Infant="0" availablebeds="0">
<occupant firstname="Jacob" lastname="Dror" age="adult" gender="male" nationality="UnitedStates"
usePackage="yes" roomrate="90" presold="false" />
</cabin>
</allocate>

once it is transferred to a dataset, it is divided into two independent tables "Cabin" and "occupant". With what reference can I read the data and identify it. What I mean is, in the above XML Set, how can I differentiate that for cabintypeId="3" there are two occupants named John and Michael. As well as for cabintypeId="1" occupant firstname="Jacob". As Cabin and Occupants are two different tables. I suppose I need to identify some Key value for the Relation defined internally for the datatables. How can I do this? Please help me out.. If I am not clear, I can Explain it more...

Thanks... Rijz
QuestionSocket Programming - Detecting Client Disconnection Pin
Raja_Pandian20-Jan-08 18:44
Raja_Pandian20-Jan-08 18:44 
GeneralRe: Socket Programming - Detecting Client Disconnection Pin
m@u20-Jan-08 23:16
m@u20-Jan-08 23:16 
GeneralBackgroundWorker never completes it's work Pin
Clive D. Pottinger20-Jan-08 14:33
Clive D. Pottinger20-Jan-08 14:33 
GeneralRe: BackgroundWorker never completes it's work Pin
S. Senthil Kumar20-Jan-08 20:15
S. Senthil Kumar20-Jan-08 20:15 
GeneralRe: BackgroundWorker never completes it's work Pin
Clive D. Pottinger21-Jan-08 4:31
Clive D. Pottinger21-Jan-08 4:31 
GeneralRe: BackgroundWorker never completes it's work Pin
Clive D. Pottinger21-Jan-08 4:34
Clive D. Pottinger21-Jan-08 4:34 
GeneralRe: BackgroundWorker never completes it's work Pin
S. Senthil Kumar21-Jan-08 19:49
S. Senthil Kumar21-Jan-08 19:49 
GeneralFlush JITtered Code Pin
Jeffrey Walton20-Jan-08 13:15
Jeffrey Walton20-Jan-08 13:15 
GeneralRe: Flush JITtered Code Pin
DavidNohejl20-Jan-08 15:17
DavidNohejl20-Jan-08 15:17 
GeneralCall constructor of parent class Pin
Jordanwb20-Jan-08 12:54
Jordanwb20-Jan-08 12:54 
AnswerRe: Call constructor of parent class Pin
Guffa20-Jan-08 13:13
Guffa20-Jan-08 13:13 
GeneralRe: Call constructor of parent class Pin
Jordanwb20-Jan-08 13:27
Jordanwb20-Jan-08 13:27 
Questionhow to convert access to sdf ? Pin
E_Gold20-Jan-08 10:40
E_Gold20-Jan-08 10:40 
GeneralGet *complete* XML from XDocument or convert to XMLDocument [modified] Pin
DaveyM6920-Jan-08 5:25
professionalDaveyM6920-Jan-08 5:25 
GeneralRe: Get *complete* XML from XDocument or convert to XMLDocument Pin
Paul Conrad20-Jan-08 9:01
professionalPaul Conrad20-Jan-08 9:01 
GeneralRe: Get *complete* XML from XDocument or convert to XMLDocument Pin
DaveyM6920-Jan-08 23:45
professionalDaveyM6920-Jan-08 23:45 
QuestionICaptureGraphBuilder2's FindPin() returning -tive value Pin
B!Z20-Jan-08 4:44
B!Z20-Jan-08 4:44 

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.