Click here to Skip to main content
15,911,762 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: join tables in a dataset Pin
vijiajai20-Apr-10 21:45
vijiajai20-Apr-10 21:45 
GeneralRe: join tables in a dataset Pin
Som Shekhar20-Apr-10 21:48
Som Shekhar20-Apr-10 21:48 
GeneralRe: join tables in a dataset Pin
vijiajai20-Apr-10 22:12
vijiajai20-Apr-10 22:12 
GeneralRe: join tables in a dataset Pin
Som Shekhar20-Apr-10 22:15
Som Shekhar20-Apr-10 22:15 
GeneralRe: join tables in a dataset Pin
Not Active21-Apr-10 2:08
mentorNot Active21-Apr-10 2:08 
AnswerRe: join tables in a dataset Pin
sanket.sirotiya22-Apr-10 19:55
sanket.sirotiya22-Apr-10 19:55 
AnswerRe: join tables in a dataset Pin
Peace ON22-Apr-10 20:21
Peace ON22-Apr-10 20:21 
GeneralRe: join tables in a dataset Pin
vijiajai24-Apr-10 18:56
vijiajai24-Apr-10 18:56 
Hi, thanks for ur support.The following is my xml.
I have two tables .videos and actors . I need the code to read and save the xml data as follows.
Videos table

titleID title director format
100 Gentleman Jonathan Lynn DVD
101 Her Alibi Bruce Beresford DVD


Actorstable
titleID Actor ActorID
100 Eddie Murphy M123
100 John J23
101 Eddie S623


xml file
<?xml version="1.0" encoding="utf-8"?>
<Videos>
<Video>
<ID>100</ID>
<Title>Gentleman</Title>
<Director>Jonathan Lynn</Director>
<Actors>
<Actor>Eddie Murphy</Actor>
<ActorID>M123</ActorID>
<Actor>John</Actor>
<ActorID>J23</ActorID>
</Actors>
<Format>DVD</Format>
</Video>
<Video>
<ID>101</ID>
<Title>Her Alibi</Title>
<Director>Bruce Beresford</Director>
<Actors>
<Actor>Eddie</Actor>
<ActorID>S623</ActorID>
</Actors>
<Format>DVD</Format>
</Video>
</Videos>
AnswerRe: join tables in a dataset Pin
Peace ON2-May-10 23:24
Peace ON2-May-10 23:24 
Questionimport xml file into table Pin
vijiajai20-Apr-10 18:23
vijiajai20-Apr-10 18:23 
AnswerRe: import xml file into table Pin
Abhinav S20-Apr-10 18:34
Abhinav S20-Apr-10 18:34 
GeneralRe: import xml file into table Pin
vijiajai20-Apr-10 18:48
vijiajai20-Apr-10 18:48 
GeneralRe: import xml file into table Pin
vijiajai20-Apr-10 21:05
vijiajai20-Apr-10 21:05 
QuestionA MCAD or MCPD question. Pin
sl701020-Apr-10 6:10
sl701020-Apr-10 6:10 
AnswerRe: A MCAD or MCPD question. Pin
Not Active20-Apr-10 7:14
mentorNot Active20-Apr-10 7:14 
QuestionHelp with structures! Pin
bassmaster_general20-Apr-10 5:19
bassmaster_general20-Apr-10 5:19 
AnswerRe: Help with structures! Pin
Not Active20-Apr-10 5:44
mentorNot Active20-Apr-10 5:44 
AnswerRe: Help with structures! Pin
DaveyM6920-Apr-10 5:44
professionalDaveyM6920-Apr-10 5:44 
AnswerRe: Help with structures! Pin
bassmaster_general20-Apr-10 6:04
bassmaster_general20-Apr-10 6:04 
GeneralRe: Help with structures! Pin
Luc Pattyn20-Apr-10 6:35
sitebuilderLuc Pattyn20-Apr-10 6:35 
GeneralRe: Help with structures! Pin
Gregory Gadow21-Apr-10 4:46
Gregory Gadow21-Apr-10 4:46 
QuestionSwitch colums and rows in vb.net datagrid Pin
Peter Leipzig19-Apr-10 16:18
Peter Leipzig19-Apr-10 16:18 
AnswerRe: Switch colums and rows in vb.net datagrid Pin
Dr.Walt Fair, PE19-Apr-10 16:45
professionalDr.Walt Fair, PE19-Apr-10 16:45 
AnswerRe: Switch colums and rows in vb.net datagrid Pin
Ashfield19-Apr-10 22:34
Ashfield19-Apr-10 22:34 
GeneralRe: Switch colums and rows in vb.net datagrid Pin
Peter Leipzig20-Apr-10 3:39
Peter Leipzig20-Apr-10 3:39 

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.