pachjo Posted December 30, 2006 Posted December 30, 2006 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? Quote
amir100 Posted January 2, 2007 Posted January 2, 2007 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. Quote Amir Syafrudin
pachjo Posted January 7, 2007 Author Posted January 7, 2007 Hi, thanks. I am finding it easier to do it all by code instead of dragging a dataset onto my form. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.