Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Posted
CMIIW, shouldn't you be starting by configuring a DataAdapter object first? I've always start by successfully generating a DataAdapter with its autogenerated select, insert, update, delete commands. Then I generate the dataset schema. Once I'm done, I simply add a typed dataset based on that schema to the design view.
Amir Syafrudin

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...