Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Create small size PNG file Pin
Dave Kreskowiak28-Jun-07 5:15
mveDave Kreskowiak28-Jun-07 5:15 
GeneralRe: Create small size PNG file Pin
Paul Conrad28-Jun-07 6:35
professionalPaul Conrad28-Jun-07 6:35 
QuestionDynamic button + dynamic code. Pin
Barbarus28-Jun-07 3:57
Barbarus28-Jun-07 3:57 
AnswerRe: Dynamic button + dynamic code. Pin
Dave Kreskowiak28-Jun-07 5:09
mveDave Kreskowiak28-Jun-07 5:09 
AnswerRe: Dynamic button + dynamic code. [modified] Pin
Barbarus28-Jun-07 5:51
Barbarus28-Jun-07 5:51 
QuestionDataset Tables Pin
Brendan Vogt28-Jun-07 3:14
Brendan Vogt28-Jun-07 3:14 
AnswerRe: Dataset Tables Pin
nlarson1128-Jun-07 3:55
nlarson1128-Jun-07 3:55 
QuestionImport XML to a Dataset Pin
Brendan Vogt28-Jun-07 2:48
Brendan Vogt28-Jun-07 2:48 
Hi,

My XML format looks like this:

<?xml version="1.0" encoding="utf-8"?>
<Products>
<Product>
<ID>5555</ID>
<ProductName>My Product</ProductName>
<Price>50</Price>
</Product>
</Products>

I need to know how to get this into a dataset, then I will have more control of the data. I know there is a function that saves the XML into a datast, but how does it know that I want the fields in the <Product></Product> hierarchy?

Or how should this be done?? I just want the <ID>, <ProductName> and <Price> to be the column names, and the values in tags the values of the fields in the row.

Regards
Brendan
AnswerRe: Import XML to a Dataset Pin
kubben28-Jun-07 4:23
kubben28-Jun-07 4:23 
QuestionSQL Server 2000 backup Pin
magedhv28-Jun-07 1:25
magedhv28-Jun-07 1:25 
AnswerRe: SQL Server 2000 backup Pin
Xandip28-Jun-07 1:53
Xandip28-Jun-07 1:53 
GeneralRe: SQL Server 2000 backup Pin
SHatchard28-Jun-07 1:55
SHatchard28-Jun-07 1:55 
GeneralRe: SQL Server 2000 backup Pin
magedhv28-Jun-07 1:55
magedhv28-Jun-07 1:55 
GeneralRe: SQL Server 2000 backup Pin
Xandip28-Jun-07 2:02
Xandip28-Jun-07 2:02 
GeneralRe: SQL Server 2000 backup Pin
magedhv28-Jun-07 2:30
magedhv28-Jun-07 2:30 
AnswerRe: SQL Server 2000 backup Pin
Steven J Jowett28-Jun-07 3:21
Steven J Jowett28-Jun-07 3:21 
QuestionHow can i override a Button property Pin
anujose28-Jun-07 0:14
anujose28-Jun-07 0:14 
AnswerRe: How can i override a Button property Pin
sathesh pandian28-Jun-07 1:31
sathesh pandian28-Jun-07 1:31 
GeneralRe: How can i override a Button property Pin
anujose28-Jun-07 1:55
anujose28-Jun-07 1:55 
GeneralRe: How can i override a Button property Pin
Steven J Jowett28-Jun-07 3:26
Steven J Jowett28-Jun-07 3:26 
GeneralRe: How can i override a Button property Pin
Dave Kreskowiak28-Jun-07 5:03
mveDave Kreskowiak28-Jun-07 5:03 
QuestionHow can i make a property with plus button Pin
anujose27-Jun-07 23:04
anujose27-Jun-07 23:04 
AnswerRe: How can i make a property with plus button Pin
Steven J Jowett27-Jun-07 23:29
Steven J Jowett27-Jun-07 23:29 
AnswerRe: How can i make a property with plus button Pin
Dave Kreskowiak28-Jun-07 4:56
mveDave Kreskowiak28-Jun-07 4:56 
QuestionKey ascii Pin
magedhv27-Jun-07 22:00
magedhv27-Jun-07 22: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.