I'm trying to figure out this new stuff in VB.NET 2008 that didn't exist in 2003.
I was trying to use the GUI to create some data detail forms using the DataSet wizard, but it is not saving any of my data when I do the updates.
I've tried the adapter.endedit with the .update command, doesn't error out, just doesn't save anything.
Anyway, can anyone point to a tutorial that covers more than the standard "here is how you access data from a single table" ? I have several tables that I'm doing joins with, and need to edit the stuff.
I guess at this point, I'd rather write the code by hand because I have no idea how to get the automated stuff working, although I do like the Typed DataSet.
Thank you for any directions..
Sincerely,
Confused.
Chris Sutton
I was trying to use the GUI to create some data detail forms using the DataSet wizard, but it is not saving any of my data when I do the updates.
I've tried the adapter.endedit with the .update command, doesn't error out, just doesn't save anything.
Anyway, can anyone point to a tutorial that covers more than the standard "here is how you access data from a single table" ? I have several tables that I'm doing joins with, and need to edit the stuff.
I guess at this point, I'd rather write the code by hand because I have no idea how to get the automated stuff working, although I do like the Typed DataSet.
Thank you for any directions..
Sincerely,
Confused.
Chris Sutton