Newbie: Datasets etc.

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hello,

I am wondering why *after* deleting a dataset (its icon from the bottom part
of the IDE) i can still see it as a choice in the dropdown list of the
DataAdapter->Generate Dataset->Existing datasets.

Also, does the advice (Db book) of having one adapter per Table appplies ?
If yes what is the best way to get relationship information?

Thanx in advance,
steve
 
Hey steve,
Also, does the advice (Db book) of having one adapter per Table appplies ?
If yes what is the best way to get relationship information?

Check out this url below if you have VS.Net installed, else do a search
on DataAdapter.TableMappings, that is probably what you're looking for.

ms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemdatacommondataadapte
rclasstablemappingstopic.htm

thx
-jsh
 
Steve,

I am not real sure, however I thought that datasets are not always deleted,
I do not know why, at me the XSD file and generated typed dataset (is
hidden) stays mostly in the solution explorer. However I don't use the
datasets from the designer (only sometimes to test something), so therefore
I am a little bit unsure. However you can see it in your solution explorer
when you have deleted the icon and the xsd is still there, you know it.

I hope this helps?

Cor
 
Back
Top