Re: "Filter" data from XML datafile into datagrid
From: Cor (non_at_non.com)
Date: 02/29/04
- Next message: Cor: "Re: Active directory"
- Previous message: bclegg: "Cant attach to dll error 126"
- Next in thread: Cor: "Re: "Filter" data from XML datafile into datagrid"
- Maybe reply: Cor: "Re: "Filter" data from XML datafile into datagrid"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: "Filter" data from XML datafile into datagrid"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 29 Feb 2004 23:03:00 +0100
Hi Jay B.
Are you sure of that all.
I hope that you know that it is much easier to test this using the VS.net
tools.
Just paste the XML file from Thomas on an empty item XML file that you have
opened in the IDE.
Than just right click and say create schema.
An XSD file is formed. And right away you have an error on your XML file,
because the schema correspondent not with the XML file.
When you look at the schema, than you will see that there is no relation at
all between the project information and the customer information.
However, I think that when the XML reader (not the dataset) is used to
create a new datatable, the new datatable can be used to represent that in
the datagrid with selecting. (Without updating of course to the XML file
back).
Because of the last fact I think it is better when Thomas creates a real
dataset with posible relations between the customer and the projectinfo.
As I said in my earlier post maybe is it possible to create a relation to
the parent projectinfo from the Proj and than try to get the first childrow
from the related Cust table, but I think that it will be a lot of work to
find out how. In addition, this will than only work because the logic exist
in this situation that there is only one customer row in a projectinfo. For
this I think it will also not possible to update.
I hope this helps?
Cor
- Next message: Cor: "Re: Active directory"
- Previous message: bclegg: "Cant attach to dll error 126"
- Next in thread: Cor: "Re: "Filter" data from XML datafile into datagrid"
- Maybe reply: Cor: "Re: "Filter" data from XML datafile into datagrid"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: "Filter" data from XML datafile into datagrid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|