D
Dave
Hi all,
I apologise if this is not the correct group.
Using C#;
I have an XML feed and a local SQL query.
I need to put them both into a dataset and set a
relationship, so that when it goes out into a datagrid, I
have the combined rows where there is a match.
When I fill a dataset from a dataAdapter, I can create a
table name, a-la...
sqlDa.fill(DataSetName, "DataSetTableName");
When I get my XML, I plonk it direct into a dataset, not
being given the chance to create a table name.
DataSetName.ReadXML(XMLFromStream);
I need to have both table names to create a relationship
between them.
It may be just simple and I am missing something. If so,
can anyone help?
Seasons Greetings,
Dave Colliver.
http://www.BlackpoolFOCUS.com
I apologise if this is not the correct group.
Using C#;
I have an XML feed and a local SQL query.
I need to put them both into a dataset and set a
relationship, so that when it goes out into a datagrid, I
have the combined rows where there is a match.
When I fill a dataset from a dataAdapter, I can create a
table name, a-la...
sqlDa.fill(DataSetName, "DataSetTableName");
When I get my XML, I plonk it direct into a dataset, not
being given the chance to create a table name.
DataSetName.ReadXML(XMLFromStream);
I need to have both table names to create a relationship
between them.
It may be just simple and I am missing something. If so,
can anyone help?
Seasons Greetings,
Dave Colliver.
http://www.BlackpoolFOCUS.com