Newbie: Datasets etc.

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
 
J

jsh02_nova

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
 
C

Cor Ligthert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top