Typed and UnTyped datasets

pachjo

Member
Joined
Dec 27, 2006
Messages
23
Hi,

I think problems I am having with datasets may be down to my misunderstanding the above topic?

When I place a dataset on my form in designe view I get the option to created a typed or untyped dataset.

How do I create a new dataset that has all the required auto genreated selcect, update, delete commands built in when I have no other datasets created?

I have no choice to create an untyped one and then all my prblems start as they have no commands in place?

I see a tableadapter appears but I dont have a property accessible to set any of the required commands?
 
CMIIW, shouldnt you be starting by configuring a DataAdapter object first? Ive always start by successfully generating a DataAdapter with its autogenerated select, insert, update, delete commands. Then I generate the dataset schema. Once Im done, I simply add a typed dataset based on that schema to the design view.
 
Hi, thanks.

I am finding it easier to do it all by code instead of dragging a dataset onto my form.
 
Back
Top